interface TagOptionReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Servicecatalog.TagOptionReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsservicecatalog#TagOptionReference |
Java | software.amazon.awscdk.interfaces.servicecatalog.TagOptionReference |
Python | aws_cdk.interfaces.aws_servicecatalog.TagOptionReference |
TypeScript | aws-cdk-lib » interfaces » aws_servicecatalog » TagOptionReference |
A reference to a TagOption resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_servicecatalog as interfaces_servicecatalog } from 'aws-cdk-lib/interfaces';
const tagOptionReference: interfaces_servicecatalog.TagOptionReference = {
tagOptionId: 'tagOptionId',
};
Properties
| Name | Type | Description |
|---|---|---|
| tag | string | The Id of the TagOption resource. |
tagOptionId
Type:
string
The Id of the TagOption resource.

.NET
Go
Java
Python
TypeScript