Class WaitConditionHandleReference
A reference to a WaitConditionHandle resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.CloudFormation
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class WaitConditionHandleReference : IWaitConditionHandleReference
Syntax (vb)
Public Class WaitConditionHandleReference Implements 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
Constructors
| WaitConditionHandleReference() | A reference to a WaitConditionHandle resource. |
Properties
| WaitConditionHandleId | The Id of the WaitConditionHandle resource. |
Constructors
WaitConditionHandleReference()
A reference to a WaitConditionHandle resource.
public WaitConditionHandleReference()
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"
};
Properties
WaitConditionHandleId
The Id of the WaitConditionHandle resource.
public string WaitConditionHandleId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated