interface LaunchTemplateConstraintReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Servicecatalog.LaunchTemplateConstraintReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsservicecatalog#LaunchTemplateConstraintReference |
Java | software.amazon.awscdk.interfaces.servicecatalog.LaunchTemplateConstraintReference |
Python | aws_cdk.interfaces.aws_servicecatalog.LaunchTemplateConstraintReference |
TypeScript | aws-cdk-lib » interfaces » aws_servicecatalog » LaunchTemplateConstraintReference |
A reference to a LaunchTemplateConstraint resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_servicecatalog as interfaces_aws_servicecatalog } from 'aws-cdk-lib/interfaces';
const launchTemplateConstraintReference: interfaces_aws_servicecatalog.LaunchTemplateConstraintReference = {
launchTemplateConstraintId: 'launchTemplateConstraintId',
};
Properties
| Name | Type | Description |
|---|---|---|
| launch | string | The Id of the LaunchTemplateConstraint resource. |
launchTemplateConstraintId
Type:
string
The Id of the LaunchTemplateConstraint resource.

.NET
Go
Java
Python
TypeScript