LaunchNotificationConstraintReference

class aws_cdk.aws_servicecatalog.LaunchNotificationConstraintReference(*, launch_notification_constraint_id)

Bases: object

A reference to a LaunchNotificationConstraint resource.

Parameters:

launch_notification_constraint_id (str) – The Id of the LaunchNotificationConstraint resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_servicecatalog as servicecatalog

launch_notification_constraint_reference = servicecatalog.LaunchNotificationConstraintReference(
    launch_notification_constraint_id="launchNotificationConstraintId"
)

Attributes

launch_notification_constraint_id

The Id of the LaunchNotificationConstraint resource.