WaitConditionHandleReference

class aws_cdk.interfaces.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.interfaces import aws_cloudformation as interfaces_cloudformation

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

Attributes

wait_condition_handle_id

The Id of the WaitConditionHandle resource.