interface CfnWaitConditionHandleProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnWaitConditionHandleProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2#CfnWaitConditionHandleProps |
Java | software.amazon.awscdk.CfnWaitConditionHandleProps |
Python | aws_cdk.CfnWaitConditionHandleProps |
TypeScript | aws-cdk-lib » CfnWaitConditionHandleProps |
Properties for defining a CfnWaitConditionHandle.
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 cfnWaitConditionHandleProps: cdk.CfnWaitConditionHandleProps = { };

.NET
Go
Java
Python
TypeScript