interface TagOptionAssociationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Servicecatalog.TagOptionAssociationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsservicecatalog#TagOptionAssociationReference |
![]() | software.amazon.awscdk.services.servicecatalog.TagOptionAssociationReference |
![]() | aws_cdk.aws_servicecatalog.TagOptionAssociationReference |
![]() | aws-cdk-lib » aws_servicecatalog » TagOptionAssociationReference |
A reference to a TagOptionAssociation 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 tagOptionAssociationReference: servicecatalog.TagOptionAssociationReference = {
tagOptionAssociationId: 'tagOptionAssociationId',
};
Properties
Name | Type | Description |
---|---|---|
tag | string | The Id of the TagOptionAssociation resource. |
tagOptionAssociationId
Type:
string
The Id of the TagOptionAssociation resource.