Show / Hide Table of Contents

Class CfnLaunchTemplateConstraintProps

Properties for defining a CfnLaunchTemplateConstraint.

Inheritance
object
CfnLaunchTemplateConstraintProps
Implements
ICfnLaunchTemplateConstraintProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Servicecatalog
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnLaunchTemplateConstraintProps : ICfnLaunchTemplateConstraintProps
Syntax (vb)
Public Class CfnLaunchTemplateConstraintProps Implements 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

Constructors

CfnLaunchTemplateConstraintProps()

Properties for defining a CfnLaunchTemplateConstraint.

Properties

AcceptLanguage

The language code.

Description

The description of the constraint.

PortfolioId

The portfolio identifier.

ProductId

The product identifier.

Rules

The constraint rules.

Constructors

CfnLaunchTemplateConstraintProps()

Properties for defining a CfnLaunchTemplateConstraint.

public CfnLaunchTemplateConstraintProps()
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"
             };

Properties

AcceptLanguage

The language code.

public string? AcceptLanguage { get; set; }
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.

    public string? Description { get; set; }
    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.

    public string PortfolioId { get; set; }
    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.

    public string ProductId { get; set; }
    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.

    public string Rules { get; set; }
    Property Value

    string

    Remarks

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

    Implements

    ICfnLaunchTemplateConstraintProps
    Back to top Generated by DocFX