interface IWaitConditionHandleRef
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.IWaitConditionHandleRef | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2#IWaitConditionHandleRef | 
|  Java | software.amazon.awscdk.IWaitConditionHandleRef | 
|  Python | aws_cdk.IWaitConditionHandleRef | 
|  TypeScript | aws-cdk-lib»IWaitConditionHandleRef | 
Implemented by
Cfn
Indicates that this resource can be referenced as a WaitConditionHandle.
Properties
| Name | Type | Description | 
|---|---|---|
| node | Node | The tree node. | 
| wait | Wait | A reference to a WaitConditionHandle resource. | 
node
Type:
Node
The tree node.
waitConditionHandleRef
Type:
Wait
A reference to a WaitConditionHandle resource.
