Class CfnLaunchTemplateConstraintProps
Properties for defining a CfnLaunchTemplateConstraint
.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Servicecatalog
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnLaunchTemplateConstraintProps : ICfnLaunchTemplateConstraintProps
Syntax (vb)
Public Class CfnLaunchTemplateConstraintProps Implements ICfnLaunchTemplateConstraintProps
Remarks
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 |
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
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
Remarks
Description
The description of the constraint.
public string? Description { get; set; }
Property Value
Remarks
PortfolioId
The portfolio identifier.
public string PortfolioId { get; set; }
Property Value
Remarks
ProductId
The product identifier.
public string ProductId { get; set; }
Property Value
Remarks
Rules
The constraint rules.
public string Rules { get; set; }