interface WaitConditionReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.WaitConditionReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2#WaitConditionReference |
Java | software.amazon.awscdk.WaitConditionReference |
Python | aws_cdk.WaitConditionReference |
TypeScript | aws-cdk-lib » WaitConditionReference |
A reference to a WaitCondition 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 waitConditionReference: cdk.WaitConditionReference = {
waitConditionId: 'waitConditionId',
};
Properties
| Name | Type | Description |
|---|---|---|
| wait | string | The Id of the WaitCondition resource. |
waitConditionId
Type:
string
The Id of the WaitCondition resource.

.NET
Go
Java
Python
TypeScript