interface TagOptionReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Servicecatalog.TagOptionReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsservicecatalog#TagOptionReference |
![]() | software.amazon.awscdk.services.servicecatalog.TagOptionReference |
![]() | aws_cdk.aws_servicecatalog.TagOptionReference |
![]() | aws-cdk-lib » 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 servicecatalog } from 'aws-cdk-lib';
const tagOptionReference: 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.