@Stability(value=Experimental) @Internal public static final class OriginGroupProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements OriginGroupProps
OriginGroupProps
software.amazon.jsii.JsiiObject.InitializationMode
OriginGroupProps.Builder, OriginGroupProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(IOrigin fallbackOrigin,
IOrigin primaryOrigin,
List<? extends Number> fallbackStatusCodes)
Constructor that initializes the object based on literal property values passed by the
OriginGroupProps.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 |
getFallbackOrigin()
(experimental) The fallback origin that should serve requests when the primary fails.
|
List<Number> |
getFallbackStatusCodes()
(experimental) The list of HTTP status codes that, when returned from the primary origin, would cause querying the fallback origin.
|
IOrigin |
getPrimaryOrigin()
(experimental) The primary origin that should serve requests for this group.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.protected Jsii$Proxy(IOrigin fallbackOrigin, IOrigin primaryOrigin, List<? extends Number> fallbackStatusCodes)
OriginGroupProps.Builder
.public final IOrigin getFallbackOrigin()
OriginGroupProps
getFallbackOrigin
in interface OriginGroupProps
public final IOrigin getPrimaryOrigin()
OriginGroupProps
getPrimaryOrigin
in interface OriginGroupProps
public final List<Number> getFallbackStatusCodes()
OriginGroupProps
Default: - 500, 502, 503 and 504
getFallbackStatusCodes
in interface OriginGroupProps
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2021. All rights reserved.