aws-cdk-lib.aws_servicecatalog.TagUpdateConstraintOptions

interface TagUpdateConstraintOptions

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

Properties for ResourceUpdateConstraint.

Example

declare const portfolio: servicecatalog.Portfolio;
declare const product: servicecatalog.CloudFormationProduct;

// to disable tag updates:
portfolio.constrainTagUpdates(product, {
  allow: false,
});

Properties

NameTypeDescription
allow?booleanToggle for if users should be allowed to change/update tags on provisioned products.
description?stringThe description of the constraint.
messageLanguage?MessageLanguageThe language code.

allow?

Type: boolean (optional, default: true)

Toggle for if users should be allowed to change/update tags on provisioned products.


description?

Type: string (optional, default: No description provided)

The description of the constraint.


messageLanguage?

Type: MessageLanguage (optional, default: English)

The language code.

Configures the language for error messages from service catalog.