interface IWaitConditionRef
Language | Type name |
---|---|
![]() | Amazon.CDK.IWaitConditionRef |
![]() | github.com/aws/aws-cdk-go/awscdk/v2#IWaitConditionRef |
![]() | software.amazon.awscdk.IWaitConditionRef |
![]() | aws_cdk.IWaitConditionRef |
![]() | aws-cdk-lib » IWaitConditionRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a WaitCondition.
Properties
Name | Type | Description |
---|---|---|
node | Node | The tree node. |
wait | Wait | A reference to a WaitCondition resource. |
node
Type:
Node
The tree node.
waitConditionRef
Type:
Wait
A reference to a WaitCondition resource.