@Stability(value=Experimental) @Internal public static final class OriginFailoverConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements OriginFailoverConfig
OriginFailoverConfigsoftware.amazon.jsii.JsiiObject.InitializationModeOriginFailoverConfig.Builder, OriginFailoverConfig.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(IOrigin failoverOrigin,
List<? extends Number> statusCodes)
Constructor that initializes the object based on literal property values passed by the
OriginFailoverConfig.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
IOrigin |
getFailoverOrigin()
(experimental) The origin to use as the fallback origin.
|
List<Number> |
getStatusCodes()
(experimental) The HTTP status codes of the response that trigger querying the failover Origin.
|
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(IOrigin failoverOrigin, List<? extends Number> statusCodes)
OriginFailoverConfig.Builder.public final IOrigin getFailoverOrigin()
OriginFailoverConfiggetFailoverOrigin in interface OriginFailoverConfigpublic final List<Number> getStatusCodes()
OriginFailoverConfigDefault: - 500, 502, 503 and 504
getStatusCodes in interface OriginFailoverConfig@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.