@Stability(value=Experimental) @Internal public static final class CfnResourceSignal.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnResourceSignal
CfnResourceSignalsoftware.amazon.jsii.JsiiObject.InitializationModeCfnResourceSignal.Builder, CfnResourceSignal.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(Number count,
String timeout)
Constructor that initializes the object based on literal property values passed by the
CfnResourceSignal.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Number |
getCount()
(experimental) The number of success signals AWS CloudFormation must receive before it sets the resource status as CREATE_COMPLETE.
|
String |
getTimeout()
(experimental) The length of time that AWS CloudFormation waits for the number of signals that was specified in the Count property.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(Number count, String timeout)
CfnResourceSignal.Builder.public final Number getCount()
CfnResourceSignalIf the resource receives a failure signal or doesn't receive the specified number of signals before the timeout period expires, the resource creation fails and AWS CloudFormation rolls the stack back.
getCount in interface CfnResourceSignalpublic final String getTimeout()
CfnResourceSignalThe timeout period starts after AWS CloudFormation starts creating the resource, and the timeout expires no sooner than the time you specify but can occur shortly thereafter. The maximum time that you can specify is 12 hours.
getTimeout in interface CfnResourceSignal@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.