AWS::ServiceCatalog::TagOptionSpecifies a TagOption. A TagOption is a key-value pair managed by AWS Service Catalog that serves as a template for creating an AWS tag.
import { CfnTagOption } from 'aws-cdk-lib/aws-servicecatalog';Or use the module namespace:
import * as servicecatalog from 'aws-cdk-lib/aws-servicecatalog';
// servicecatalog.CfnTagOptionConfiguration passed to the constructor as CfnTagOptionProps.
keyRequiredstringThe TagOption key.
valueRequiredstringThe TagOption value.
activeOptionalboolean | IResolvableThe TagOption active state.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-servicecatalogAWS::ServiceCatalog::TagOption