interface LaunchRoleConstraintReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Servicecatalog.LaunchRoleConstraintReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsservicecatalog#LaunchRoleConstraintReference |
![]() | software.amazon.awscdk.services.servicecatalog.LaunchRoleConstraintReference |
![]() | aws_cdk.aws_servicecatalog.LaunchRoleConstraintReference |
![]() | aws-cdk-lib » aws_servicecatalog » LaunchRoleConstraintReference |
A reference to a LaunchRoleConstraint 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 launchRoleConstraintReference: servicecatalog.LaunchRoleConstraintReference = {
launchRoleConstraintId: 'launchRoleConstraintId',
};
Properties
Name | Type | Description |
---|---|---|
launch | string | The Id of the LaunchRoleConstraint resource. |
launchRoleConstraintId
Type:
string
The Id of the LaunchRoleConstraint resource.