@Stability(value=Stable) @Internal public static final class SignalsOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SignalsOptions
SignalsOptionssoftware.amazon.jsii.JsiiObject.InitializationModeSignalsOptions.Builder, SignalsOptions.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(SignalsOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
SignalsOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Number |
getMinSuccessPercentage()
The percentage of signals that need to be successful.
|
Duration |
getTimeout()
How long to wait for the signals to be sent.
|
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(SignalsOptions.Builder builder)
SignalsOptions.Builder.public final Number getMinSuccessPercentage()
SignalsOptionsIf this number is less than 100, a percentage of signals may be failure signals while still succeeding the creation or update in CloudFormation.
Default: 100
getMinSuccessPercentage in interface SignalsOptionspublic final Duration getTimeout()
SignalsOptionsThis should reflect how long it takes your instances to start up (including instance start time and instance initialization time).
Default: Duration.minutes(5)
getTimeout in interface SignalsOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.