CfnResourceUpdateConstraintMixinProps
- class aws_cdk.mixins_preview.aws_servicecatalog.mixins.CfnResourceUpdateConstraintMixinProps(*, accept_language=None, description=None, portfolio_id=None, product_id=None, tag_update_on_provisioned_product=None)
Bases:
objectProperties for CfnResourceUpdateConstraintPropsMixin.
- Parameters:
accept_language (
Optional[str]) – The language code. -jp- Japanese -zh- Chinesedescription (
Optional[str]) – The description of the constraint.portfolio_id (
Optional[str]) – The portfolio identifier.product_id (
Optional[str]) – The product identifier.tag_update_on_provisioned_product (
Optional[str]) –If set to
ALLOWED, lets users change tags in a CloudFormationProvisionedProduct resource. If set toNOT_ALLOWED, prevents users from changing tags in a CloudFormationProvisionedProduct resource.
- See:
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_servicecatalog import mixins as servicecatalog_mixins cfn_resource_update_constraint_mixin_props = servicecatalog_mixins.CfnResourceUpdateConstraintMixinProps( accept_language="acceptLanguage", description="description", portfolio_id="portfolioId", product_id="productId", tag_update_on_provisioned_product="tagUpdateOnProvisionedProduct" )
Attributes
- accept_language
The language code.
jp- Japanesezh- Chinese
- description
The description of the constraint.
- portfolio_id
The portfolio identifier.
- product_id
The product identifier.
- tag_update_on_provisioned_product
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.