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