interface LaunchRoleConstraintReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Servicecatalog.LaunchRoleConstraintReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsservicecatalog#LaunchRoleConstraintReference |
Java | software.amazon.awscdk.services.servicecatalog.LaunchRoleConstraintReference |
Python | aws_cdk.aws_servicecatalog.LaunchRoleConstraintReference |
TypeScript | 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.

.NET
Go
Java
Python
TypeScript