AWS::ServiceCatalog::ResourceUpdateConstraintSpecifies a `RESOURCE_UPDATE` constraint.
import { CfnResourceUpdateConstraint } from 'aws-cdk-lib/aws-servicecatalog';Or use the module namespace:
import * as servicecatalog from 'aws-cdk-lib/aws-servicecatalog';
// servicecatalog.CfnResourceUpdateConstraintConfiguration passed to the constructor as CfnResourceUpdateConstraintProps.
portfolioIdRequiredstringThe portfolio identifier.
productIdRequiredstringThe product identifier.
tagUpdateOnProvisionedProductRequiredstringIf set to `ALLOWED` , lets users change tags in a [CloudFormationProvisionedProduct](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html) resource. If set to `NOT_ALLOWED` , prevents users from changing tags in a [CloudFormationProvisionedProduct](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html) resource.
acceptLanguageOptionalstringThe language code. - `jp` - Japanese - `zh` - Chinese
descriptionOptionalstringThe description of the constraint.
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::ResourceUpdateConstraint