interface LaunchRoleConstraintReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Servicecatalog.LaunchRoleConstraintReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsservicecatalog#LaunchRoleConstraintReference |
Java | software.amazon.awscdk.interfaces.servicecatalog.LaunchRoleConstraintReference |
Python | aws_cdk.interfaces.aws_servicecatalog.LaunchRoleConstraintReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_servicecatalog } from 'aws-cdk-lib/interfaces';
const launchRoleConstraintReference: interfaces_aws_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