interface CfnLaunchTemplateConstraintMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.ServiceCatalog.CfnLaunchTemplateConstraintMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsservicecatalog#CfnLaunchTemplateConstraintMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.servicecatalog.CfnLaunchTemplateConstraintMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_servicecatalog.CfnLaunchTemplateConstraintMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_servicecatalog » CfnLaunchTemplateConstraintMixinProps |
Properties for CfnLaunchTemplateConstraintPropsMixin.
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/cfn-property-mixins';
const cfnLaunchTemplateConstraintMixinProps: servicecatalog.CfnLaunchTemplateConstraintMixinProps = {
acceptLanguage: 'acceptLanguage',
description: 'description',
portfolioId: 'portfolioId',
productId: 'productId',
rules: 'rules',
};
Properties
| Name | Type | Description |
|---|---|---|
| accept | string | The language code. |
| description? | string | The description of the constraint. |
| portfolio | string | The portfolio identifier. |
| product | string | The product identifier. |
| rules? | string | The constraint rules. |
acceptLanguage?
Type:
string
(optional)
The language code.
jp- Japanesezh- Chinese
description?
Type:
string
(optional)
The description of the constraint.
portfolioId?
Type:
string
(optional)
The portfolio identifier.
productId?
Type:
string
(optional)
The product identifier.
rules?
Type:
string
(optional)
The constraint rules.

.NET
Go
Java
Python
TypeScript