AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::ServiceCatalog::ResourceUpdateConstraint

CfnResourceUpdateConstraint

Specifies a `RESOURCE_UPDATE` constraint.

Import

import { CfnResourceUpdateConstraint } from 'aws-cdk-lib/aws-servicecatalog';

Or use the module namespace:

import * as servicecatalog from 'aws-cdk-lib/aws-servicecatalog';
// servicecatalog.CfnResourceUpdateConstraint

Properties

Configuration passed to the constructor as CfnResourceUpdateConstraintProps.

portfolioIdRequired
string

The portfolio identifier.

productIdRequired
string

The product identifier.

tagUpdateOnProvisionedProductRequired
string

If 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.

acceptLanguageOptional
string

The language code. - `jp` - Japanese - `zh` - Chinese

descriptionOptional
string

The description of the constraint.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter