interface IAttributeGroupAssociationRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Servicecatalogappregistry.IAttributeGroupAssociationRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsservicecatalogappregistry#IAttributeGroupAssociationRef |
Java | software.amazon.awscdk.services.servicecatalogappregistry.IAttributeGroupAssociationRef |
Python | aws_cdk.aws_servicecatalogappregistry.IAttributeGroupAssociationRef |
TypeScript | aws-cdk-lib » aws_servicecatalogappregistry » IAttributeGroupAssociationRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a AttributeGroupAssociation.
Properties
| Name | Type | Description |
|---|---|---|
| attribute | Attribute | A reference to a AttributeGroupAssociation resource. |
| node | Node | The tree node. |
attributeGroupAssociationRef
Type:
Attribute
A reference to a AttributeGroupAssociation resource.
node
Type:
Node
The tree node.

.NET
Go
Java
Python
TypeScript