interface WaitConditionReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CloudFormation.WaitConditionReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscloudformation#WaitConditionReference |
![]() | software.amazon.awscdk.services.cloudformation.WaitConditionReference |
![]() | aws_cdk.aws_cloudformation.WaitConditionReference |
![]() | aws-cdk-lib » aws_cloudformation » 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 { aws_cloudformation as cloudformation } from 'aws-cdk-lib';
const waitConditionReference: cloudformation.WaitConditionReference = {
waitConditionId: 'waitConditionId',
};
Properties
Name | Type | Description |
---|---|---|
wait | string | The Id of the WaitCondition resource. |
waitConditionId
Type:
string
The Id of the WaitCondition resource.