Interface IWaitConditionHandleReference
A reference to a WaitConditionHandle resource.
Namespace: Amazon.CDK.Interfaces.CloudFormation
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IWaitConditionHandleReference
Syntax (vb)
Public Interface IWaitConditionHandleReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.CloudFormation;
var waitConditionHandleReference = new WaitConditionHandleReference {
WaitConditionHandleId = "waitConditionHandleId"
};
Synopsis
Properties
| WaitConditionHandleId | The Id of the WaitConditionHandle resource. |
Properties
WaitConditionHandleId
The Id of the WaitConditionHandle resource.
string WaitConditionHandleId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated