interface WaitConditionHandleReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.WaitConditionHandleReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2#WaitConditionHandleReference |
Java | software.amazon.awscdk.WaitConditionHandleReference |
Python | aws_cdk.WaitConditionHandleReference |
TypeScript | aws-cdk-lib » WaitConditionHandleReference |
A reference to a WaitConditionHandle resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as cdk from 'aws-cdk-lib';
const waitConditionHandleReference: cdk.WaitConditionHandleReference = {
waitConditionHandleId: 'waitConditionHandleId',
};
Properties
| Name | Type | Description |
|---|---|---|
| wait | string | The Id of the WaitConditionHandle resource. |
waitConditionHandleId
Type:
string
The Id of the WaitConditionHandle resource.

.NET
Go
Java
Python
TypeScript