aws-cdk-lib.aws_servicecatalog.CfnTagOptionAssociationProps

interface CfnTagOptionAssociationProps

LanguageType name
.NETAmazon.CDK.AWS.Servicecatalog.CfnTagOptionAssociationProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsservicecatalog#CfnTagOptionAssociationProps
Javasoftware.amazon.awscdk.services.servicecatalog.CfnTagOptionAssociationProps
Pythonaws_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

NameTypeDescription
resourceIdstringThe resource identifier.
tagOptionIdstringThe TagOption identifier.

resourceId

Type: string

The resource identifier.


tagOptionId

Type: string

The TagOption identifier.