Show / Hide Table of Contents

Interface ICfnLaunchTemplateConstraintProps

Properties for defining a CfnLaunchTemplateConstraint.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.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 cfnLaunchTemplateConstraintProps = new CfnLaunchTemplateConstraintProps {
                 PortfolioId = "portfolioId",
                 ProductId = "productId",
                 Rules = "rules",

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

Rules

The constraint rules.

Properties

AcceptLanguage

The language code.

string? AcceptLanguage { get; }
Property Value

string

Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-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-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-description

    PortfolioId

    The portfolio identifier.

    string PortfolioId { get; }
    Property Value

    string

    Remarks

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

    ProductId

    The product identifier.

    string ProductId { get; }
    Property Value

    string

    Remarks

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

    Rules

    The constraint rules.

    string Rules { get; }
    Property Value

    string

    Remarks

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

    Back to top Generated by DocFX