interface ITagOptionAssociationRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Servicecatalog.ITagOptionAssociationRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsservicecatalog#ITagOptionAssociationRef |
Java | software.amazon.awscdk.services.servicecatalog.ITagOptionAssociationRef |
Python | aws_cdk.aws_servicecatalog.ITagOptionAssociationRef |
TypeScript | aws-cdk-lib » aws_servicecatalog » ITagOptionAssociationRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a TagOptionAssociation.
Properties
| Name | Type | Description |
|---|---|---|
| node | Node | The tree node. |
| tag | Tag | A reference to a TagOptionAssociation resource. |
node
Type:
Node
The tree node.
tagOptionAssociationRef
Type:
Tag
A reference to a TagOptionAssociation resource.

.NET
Go
Java
Python
TypeScript