interface LaunchTemplateConstraintReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Servicecatalog.LaunchTemplateConstraintReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsservicecatalog#LaunchTemplateConstraintReference |
![]() | software.amazon.awscdk.services.servicecatalog.LaunchTemplateConstraintReference |
![]() | aws_cdk.aws_servicecatalog.LaunchTemplateConstraintReference |
![]() | aws-cdk-lib » 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 servicecatalog } from 'aws-cdk-lib';
const launchTemplateConstraintReference: 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.