Show / Hide Table of Contents

Class WaitConditionReference

A reference to a WaitCondition resource.

Inheritance
object
WaitConditionReference
Implements
IWaitConditionReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IWaitConditionReference
Back to top Generated by DocFX