@Stability(value=Stable) @Internal public static final class HttpHealthCheckOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HttpHealthCheckOptions
HttpHealthCheckOptionssoftware.amazon.jsii.JsiiObject.InitializationModeHttpHealthCheckOptions.Builder, HttpHealthCheckOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(HttpHealthCheckOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
HttpHealthCheckOptions.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 |
getHealthyThreshold()
The number of consecutive successful health checks that must occur before declaring listener healthy.
|
Duration |
getInterval()
The time period between each health check execution.
|
String |
getPath()
The destination path for the health check request.
|
Duration |
getTimeout()
The amount of time to wait when receiving a response from the health check.
|
Number |
getUnhealthyThreshold()
The number of consecutive failed health checks that must occur before declaring a listener unhealthy.
|
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(HttpHealthCheckOptions.Builder builder)
HttpHealthCheckOptions.Builder.public final Number getHealthyThreshold()
HttpHealthCheckOptionsDefault: 2
getHealthyThreshold in interface HttpHealthCheckOptionspublic final Duration getInterval()
HttpHealthCheckOptionsDefault: Duration.seconds(5)
getInterval in interface HttpHealthCheckOptionspublic final String getPath()
HttpHealthCheckOptionsDefault: /
getPath in interface HttpHealthCheckOptionspublic final Duration getTimeout()
HttpHealthCheckOptionsDefault: Duration.seconds(2)
getTimeout in interface HttpHealthCheckOptionspublic final Number getUnhealthyThreshold()
HttpHealthCheckOptionsDefault: - 2
getUnhealthyThreshold in interface HttpHealthCheckOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.