public static final class HealthCheckConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HealthCheckConfig
HealthCheckConfig
HealthCheckConfig.Builder, HealthCheckConfig.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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.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.
|
java.lang.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() |
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.public final java.lang.Number getFailureThreshold()
HealthCheckConfig
Default: 1
getFailureThreshold
in interface HealthCheckConfig
public final java.lang.String getResourcePath()
HealthCheckConfig
Do not use when health check type is TCP.
Default: '/'
getResourcePath
in interface HealthCheckConfig
public final HealthCheckType getType()
HealthCheckConfig
Cannot be modified once created. Supported values are HTTP, HTTPS, and TCP.
Default: HTTP
getType
in interface HealthCheckConfig
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()