Class CfnService.HealthCheckCustomConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.servicediscovery.CfnService.HealthCheckCustomConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnService.HealthCheckCustomConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnService.HealthCheckCustomConfigProperty
@Stability(Stable)
@Internal
public static final class CfnService.HealthCheckCustomConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnService.HealthCheckCustomConfigProperty
An implementation for
CfnService.HealthCheckCustomConfigProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.servicediscovery.CfnService.HealthCheckCustomConfigProperty
CfnService.HealthCheckCustomConfigProperty.Builder, CfnService.HealthCheckCustomConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnService.HealthCheckCustomConfigProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnService.HealthCheckCustomConfigProperty.Builder
.
-
-
Method Details
-
getFailureThreshold
Description copied from interface:CfnService.HealthCheckCustomConfigProperty
This parameter is no longer supported and is always set to 1.
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 waits30
seconds after the first request to make the change.- Specified by:
getFailureThreshold
in interfaceCfnService.HealthCheckCustomConfigProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-