@Stability(value=Stable) @Internal public static final class HealthCheckConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HealthCheckConfig
HealthCheckConfigsoftware.amazon.jsii.JsiiObject.InitializationModeHealthCheckConfig.Builder, HealthCheckConfig.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(HealthCheckConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by the
HealthCheckConfig.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) |
Number |
getFailureThreshold()
The number of consecutive health checks that an endpoint must pass or fail for Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.
|
String |
getResourcePath()
The path that you want Route 53 to request when performing health checks.
|
HealthCheckType |
getType()
The type of health check that you want to create, which indicates how Route 53 determines whether an endpoint is healthy.
|
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(HealthCheckConfig.Builder builder)
HealthCheckConfig.Builder.public final Number getFailureThreshold()
HealthCheckConfigDefault: 1
getFailureThreshold in interface HealthCheckConfigpublic final String getResourcePath()
HealthCheckConfigDo not use when health check type is TCP.
Default: '/'
getResourcePath in interface HealthCheckConfigpublic final HealthCheckType getType()
HealthCheckConfigCannot be modified once created. Supported values are HTTP, HTTPS, and TCP.
Default: HTTP
getType in interface HealthCheckConfig@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.