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

.NET
Go
Java
Python
TypeScript