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