public static final class CfnService.HealthCheckCustomConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnService.HealthCheckCustomConfigProperty
CfnService.HealthCheckCustomConfigProperty
CfnService.HealthCheckCustomConfigProperty.Builder, CfnService.HealthCheckCustomConfigProperty.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()
> This parameter is no longer supported and is always set to 1.
|
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()
CfnService.HealthCheckCustomConfigProperty
AWS Cloud Map waits for approximately 30 seconds after receiving an UpdateInstanceCustomHealthStatus
request before changing the status of the service instance.
The number of 30-second intervals that you want AWS Cloud Map to wait after receiving an UpdateInstanceCustomHealthStatus
request before it changes the health status of a service instance.
Sending a second or subsequent UpdateInstanceCustomHealthStatus
request with the same value before 30 seconds has passed doesn't accelerate the change. AWS Cloud Map still waits 30
seconds after the first request to make the change.
getFailureThreshold
in interface CfnService.HealthCheckCustomConfigProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()