Class CfnWaitConditionProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.core.CfnWaitConditionProps.Jsii$Proxy
All Implemented Interfaces:
CfnWaitConditionProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnWaitConditionProps

@Stability(Stable) @Internal public static final class CfnWaitConditionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnWaitConditionProps
An implementation for CfnWaitConditionProps
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.core.CfnWaitConditionProps

    CfnWaitConditionProps.Builder, CfnWaitConditionProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnWaitConditionProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Number
    The number of success signals that CloudFormation must receive before it continues the stack creation process.
    final String
    A reference to the wait condition handle used to signal this wait condition.
    final String
    The length of time (in seconds) to wait for the number of signals that the Count property specifies.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(CfnWaitConditionProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnWaitConditionProps.Builder.
  • Method Details

    • getCount

      public final Number getCount()
      Description copied from interface: CfnWaitConditionProps
      The number of success signals that CloudFormation must receive before it continues the stack creation process.

      When the wait condition receives the requisite number of success signals, CloudFormation resumes the creation of the stack. If the wait condition doesn't receive the specified number of success signals before the Timeout period expires, CloudFormation assumes that the wait condition has failed and rolls the stack back.

      Updates aren't supported.

      Specified by:
      getCount in interface CfnWaitConditionProps
    • getHandle

      public final String getHandle()
      Description copied from interface: CfnWaitConditionProps
      A reference to the wait condition handle used to signal this wait condition.

      Use the Ref intrinsic function to specify an AWS::CloudFormation::WaitConditionHandle resource.

      Anytime you add a WaitCondition resource during a stack update, you must associate the wait condition with a new WaitConditionHandle resource. Don't reuse an old wait condition handle that has already been defined in the template. If you reuse a wait condition handle, the wait condition might evaluate old signals from a previous create or update stack command.

      Updates aren't supported.

      Specified by:
      getHandle in interface CfnWaitConditionProps
    • getTimeout

      public final String getTimeout()
      Description copied from interface: CfnWaitConditionProps
      The length of time (in seconds) to wait for the number of signals that the Count property specifies.

      Timeout is a minimum-bound property, meaning the timeout occurs no sooner than the time you specify, but can occur shortly thereafter. The maximum time that can be specified for this property is 12 hours (43200 seconds).

      Updates aren't supported.

      Specified by:
      getTimeout in interface CfnWaitConditionProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object