Show / Hide Table of Contents

Class CfnWaitConditionHandleProps

Properties for defining a CfnWaitConditionHandle.

Inheritance
object
CfnWaitConditionHandleProps
Implements
ICfnWaitConditionHandleProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnWaitConditionHandleProps : ICfnWaitConditionHandleProps
Syntax (vb)
Public Class CfnWaitConditionHandleProps Implements ICfnWaitConditionHandleProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-waitconditionhandle.html

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;

             var cfnWaitConditionHandleProps = new CfnWaitConditionHandleProps { };

Synopsis

Constructors

CfnWaitConditionHandleProps()

Properties for defining a CfnWaitConditionHandle.

Constructors

CfnWaitConditionHandleProps()

Properties for defining a CfnWaitConditionHandle.

public CfnWaitConditionHandleProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-waitconditionhandle.html

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;

             var cfnWaitConditionHandleProps = new CfnWaitConditionHandleProps { };

Implements

ICfnWaitConditionHandleProps
Back to top Generated by DocFX