aws-cdk-lib.aws_servicecatalog.CfnTagOptionProps

interface CfnTagOptionProps

LanguageType name
.NETAmazon.CDK.AWS.Servicecatalog.CfnTagOptionProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsservicecatalog#CfnTagOptionProps
Javasoftware.amazon.awscdk.services.servicecatalog.CfnTagOptionProps
Pythonaws_cdk.aws_servicecatalog.CfnTagOptionProps
TypeScript aws-cdk-lib » aws_servicecatalog » CfnTagOptionProps

Properties for defining a CfnTagOption.

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 cfnTagOptionProps: servicecatalog.CfnTagOptionProps = {
  key: 'key',
  value: 'value',

  // the properties below are optional
  active: false,
};

Properties

NameTypeDescription
keystringThe TagOption key.
valuestringThe TagOption value.
active?boolean | IResolvableThe TagOption active state.

key

Type: string

The TagOption key.


value

Type: string

The TagOption value.


active?

Type: boolean | IResolvable (optional)

The TagOption active state.