interface LaunchNotificationConstraintReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Servicecatalog.LaunchNotificationConstraintReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsservicecatalog#LaunchNotificationConstraintReference |
Java | software.amazon.awscdk.interfaces.servicecatalog.LaunchNotificationConstraintReference |
Python | aws_cdk.interfaces.aws_servicecatalog.LaunchNotificationConstraintReference |
TypeScript | aws-cdk-lib » interfaces » aws_servicecatalog » LaunchNotificationConstraintReference |
A reference to a LaunchNotificationConstraint 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_servicecatalog } from 'aws-cdk-lib/interfaces';
const launchNotificationConstraintReference: interfaces_servicecatalog.LaunchNotificationConstraintReference = {
launchNotificationConstraintId: 'launchNotificationConstraintId',
};
Properties
| Name | Type | Description |
|---|---|---|
| launch | string | The Id of the LaunchNotificationConstraint resource. |
launchNotificationConstraintId
Type:
string
The Id of the LaunchNotificationConstraint resource.

.NET
Go
Java
Python
TypeScript