WaitConditionHandleReference

class aws_cdk.aws_cloudformation.WaitConditionHandleReference(*, wait_condition_handle_id)

Bases: object

A reference to a WaitConditionHandle resource.

Parameters:

wait_condition_handle_id (str) – The Id of the WaitConditionHandle 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_cloudformation as cloudformation

wait_condition_handle_reference = cloudformation.WaitConditionHandleReference(
    wait_condition_handle_id="waitConditionHandleId"
)

Attributes

wait_condition_handle_id

The Id of the WaitConditionHandle resource.