interface WaitConditionReference
Language | Type name |
---|---|
![]() | Amazon.CDK.WaitConditionReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2#WaitConditionReference |
![]() | software.amazon.awscdk.WaitConditionReference |
![]() | aws_cdk.WaitConditionReference |
![]() | 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.