aws-cdk-lib.aws_servicecatalogappregistry.CfnAttributeGroupAssociationProps

interface CfnAttributeGroupAssociationProps

LanguageType name
.NETAmazon.CDK.AWS.Servicecatalogappregistry.CfnAttributeGroupAssociationProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsservicecatalogappregistry#CfnAttributeGroupAssociationProps
Javasoftware.amazon.awscdk.services.servicecatalogappregistry.CfnAttributeGroupAssociationProps
Pythonaws_cdk.aws_servicecatalogappregistry.CfnAttributeGroupAssociationProps
TypeScript aws-cdk-lib » aws_servicecatalogappregistry » CfnAttributeGroupAssociationProps

Properties for defining a CfnAttributeGroupAssociation.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_servicecatalogappregistry as servicecatalogappregistry } from 'aws-cdk-lib';
const cfnAttributeGroupAssociationProps: servicecatalogappregistry.CfnAttributeGroupAssociationProps = {
  application: 'application',
  attributeGroup: 'attributeGroup',
};

Properties

NameTypeDescription
applicationstringThe name or ID of the application.
attributeGroupstringThe name or ID of the attribute group that holds the attributes to describe the application.

application

Type: string

The name or ID of the application.


attributeGroup

Type: string

The name or ID of the attribute group that holds the attributes to describe the application.