aws-cdk-lib.aws_servicecatalog.CfnLaunchTemplateConstraintProps

interface CfnLaunchTemplateConstraintProps

LanguageType name
.NETAmazon.CDK.AWS.Servicecatalog.CfnLaunchTemplateConstraintProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsservicecatalog#CfnLaunchTemplateConstraintProps
Javasoftware.amazon.awscdk.services.servicecatalog.CfnLaunchTemplateConstraintProps
Pythonaws_cdk.aws_servicecatalog.CfnLaunchTemplateConstraintProps
TypeScript aws-cdk-lib » aws_servicecatalog » CfnLaunchTemplateConstraintProps

Properties for defining a CfnLaunchTemplateConstraint.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_servicecatalog as servicecatalog } from 'aws-cdk-lib';
const cfnLaunchTemplateConstraintProps: servicecatalog.CfnLaunchTemplateConstraintProps = {
  portfolioId: 'portfolioId',
  productId: 'productId',
  rules: 'rules',

  // the properties below are optional
  acceptLanguage: 'acceptLanguage',
  description: 'description',
};

Properties

NameTypeDescription
portfolioIdstringThe portfolio identifier.
productIdstringThe product identifier.
rulesstringThe constraint rules.
acceptLanguage?stringThe language code.
description?stringThe description of the constraint.

portfolioId

Type: string

The portfolio identifier.


productId

Type: string

The product identifier.


rules

Type: string

The constraint rules.


acceptLanguage?

Type: string (optional)

The language code.

  • jp - Japanese
  • zh - Chinese

description?

Type: string (optional)

The description of the constraint.