interface CfnTagOptionAssociationProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Servicecatalog.CfnTagOptionAssociationProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsservicecatalog#CfnTagOptionAssociationProps |
Java | software.amazon.awscdk.services.servicecatalog.CfnTagOptionAssociationProps |
Python | aws_cdk.aws_servicecatalog.CfnTagOptionAssociationProps |
TypeScript | aws-cdk-lib » aws_servicecatalog » CfnTagOptionAssociationProps |
Properties for defining a CfnTagOptionAssociation
.
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 cfnTagOptionAssociationProps: servicecatalog.CfnTagOptionAssociationProps = {
resourceId: 'resourceId',
tagOptionId: 'tagOptionId',
};
Properties
Name | Type | Description |
---|---|---|
resource | string | The resource identifier. |
tag | string | The TagOption identifier. |
resourceId
Type:
string
The resource identifier.
tagOptionId
Type:
string
The TagOption identifier.