CfnResourceUpdateConstraintProps

class aws_cdk.aws_servicecatalog.CfnResourceUpdateConstraintProps(*, portfolio_id, product_id, tag_update_on_provisioned_product, accept_language=None, description=None)

Bases: object

Properties for defining a CfnResourceUpdateConstraint.

Parameters:
  • portfolio_id (str) – The portfolio identifier.

  • product_id (str) – The product identifier.

  • tag_update_on_provisioned_product (str) –

    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.

  • accept_language (Optional[str]) – The language code. - jp - Japanese - zh - Chinese

  • description (Optional[str]) – The description of the constraint.

Link:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
import aws_cdk.aws_servicecatalog as servicecatalog

cfn_resource_update_constraint_props = servicecatalog.CfnResourceUpdateConstraintProps(
    portfolio_id="portfolioId",
    product_id="productId",
    tag_update_on_provisioned_product="tagUpdateOnProvisionedProduct",

    # the properties below are optional
    accept_language="acceptLanguage",
    description="description"
)

Attributes

accept_language

The language code.

  • jp - Japanese

  • zh - Chinese

Link:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-acceptlanguage

description

The description of the constraint.

Link:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-description

portfolio_id

The portfolio identifier.

Link:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-portfolioid

product_id

The product identifier.

Link:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-productid

tag_update_on_provisioned_product

//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 resource.

Link:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-tagupdateonprovisionedproduct

Type:

If set to ALLOWED , lets users change tags in a `CloudFormationProvisionedProduct <https