aws-cdk-lib.aws_servicecatalog.CfnResourceUpdateConstraintProps

interface CfnResourceUpdateConstraintProps

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

Properties for defining a CfnResourceUpdateConstraint.

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 cfnResourceUpdateConstraintProps: servicecatalog.CfnResourceUpdateConstraintProps = {
  portfolioId: 'portfolioId',
  productId: 'productId',
  tagUpdateOnProvisionedProduct: 'tagUpdateOnProvisionedProduct',

  // the properties below are optional
  acceptLanguage: 'acceptLanguage',
  description: 'description',
};

Properties

NameTypeDescription
portfolioIdstringThe portfolio identifier.
productIdstringThe product identifier.
tagUpdateOnProvisionedProductstringIf set to ALLOWED , lets users change tags in a CloudFormationProvisionedProduct resource.
acceptLanguage?stringThe language code.
description?stringThe description of the constraint.

portfolioId

Type: string

The portfolio identifier.


productId

Type: string

The product identifier.


tagUpdateOnProvisionedProduct

Type: string

If set to ALLOWED , lets users change tags in a CloudFormationProvisionedProduct resource.

If set to NOT_ALLOWED , prevents users from changing tags in a CloudFormationProvisionedProduct resource.


acceptLanguage?

Type: string (optional)

The language code.

  • jp - Japanese
  • zh - Chinese

description?

Type: string (optional)

The description of the constraint.