interface AttributeGroupAssociationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Servicecatalogappregistry.AttributeGroupAssociationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsservicecatalogappregistry#AttributeGroupAssociationReference |
![]() | software.amazon.awscdk.services.servicecatalogappregistry.AttributeGroupAssociationReference |
![]() | aws_cdk.aws_servicecatalogappregistry.AttributeGroupAssociationReference |
![]() | aws-cdk-lib » aws_servicecatalogappregistry » AttributeGroupAssociationReference |
A reference to a AttributeGroupAssociation resource.
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 attributeGroupAssociationReference: servicecatalogappregistry.AttributeGroupAssociationReference = {
applicationArn: 'applicationArn',
attributeGroupArn: 'attributeGroupArn',
};
Properties
Name | Type | Description |
---|---|---|
application | string | The ApplicationArn of the AttributeGroupAssociation resource. |
attribute | string | The AttributeGroupArn of the AttributeGroupAssociation resource. |
applicationArn
Type:
string
The ApplicationArn of the AttributeGroupAssociation resource.
attributeGroupArn
Type:
string
The AttributeGroupArn of the AttributeGroupAssociation resource.