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