WaitConditionHandleReference

class aws_cdk.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.
import aws_cdk as cdk

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

Attributes

wait_condition_handle_id

The Id of the WaitConditionHandle resource.