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

.NET
Go
Java
Python
TypeScript