Show / Hide Table of Contents

Interface ICfnResourceUpdateConstraintProps

Properties for defining a CfnResourceUpdateConstraint.

Namespace: Amazon.CDK.AWS.Servicecatalog
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnResourceUpdateConstraintProps
Syntax (vb)
Public Interface ICfnResourceUpdateConstraintProps
Remarks

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

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.Servicecatalog;

             var cfnResourceUpdateConstraintProps = new CfnResourceUpdateConstraintProps {
                 PortfolioId = "portfolioId",
                 ProductId = "productId",
                 TagUpdateOnProvisionedProduct = "tagUpdateOnProvisionedProduct",

                 // the properties below are optional
                 AcceptLanguage = "acceptLanguage",
                 Description = "description"
             };

Synopsis

Properties

AcceptLanguage

The language code.

Description

The description of the constraint.

PortfolioId

The portfolio identifier.

ProductId

The product identifier.

TagUpdateOnProvisionedProduct

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

Properties

AcceptLanguage

The language code.

string? AcceptLanguage { get; }
Property Value

string

Remarks

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

    Description

    The description of the constraint.

    string? Description { get; }
    Property Value

    string

    Remarks

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

    PortfolioId

    The portfolio identifier.

    string PortfolioId { get; }
    Property Value

    string

    Remarks

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

    ProductId

    The product identifier.

    string ProductId { get; }
    Property Value

    string

    Remarks

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

    TagUpdateOnProvisionedProduct

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

    string TagUpdateOnProvisionedProduct { get; }
    Property Value

    string

    Remarks

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

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

    Back to top Generated by DocFX