Class CfnContainer.HealthCheckConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lightsail.CfnContainer.HealthCheckConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnContainer.HealthCheckConfigProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnContainer.HealthCheckConfigProperty
@Stability(Stable)
@Internal
public static final class CfnContainer.HealthCheckConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnContainer.HealthCheckConfigProperty
An implementation for 
CfnContainer.HealthCheckConfigProperty- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.lightsail.CfnContainer.HealthCheckConfigPropertyCfnContainer.HealthCheckConfigProperty.Builder, CfnContainer.HealthCheckConfigProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnContainer.HealthCheckConfigProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal NumberThe number of consecutive health check successes required before moving the container to theHealthystate.final NumberThe approximate interval, in seconds, between health checks of an individual container.final StringgetPath()The path on the container on which to perform the health check.final StringThe HTTP codes to use when checking for a successful response from a container.final NumberThe amount of time, in seconds, during which no response means a failed health check.final NumberThe number of consecutive health check failures required before moving the container to theUnhealthystate.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnContainer.HealthCheckConfigProperty.Builder.
 
- 
- 
Method Details- 
getHealthyThresholdDescription copied from interface:CfnContainer.HealthCheckConfigPropertyThe number of consecutive health check successes required before moving the container to theHealthystate.The default value is 2.- Specified by:
- getHealthyThresholdin interface- CfnContainer.HealthCheckConfigProperty
 
- 
getIntervalSecondsDescription copied from interface:CfnContainer.HealthCheckConfigPropertyThe approximate interval, in seconds, between health checks of an individual container.You can specify between 5and300seconds. The default value is5.- Specified by:
- getIntervalSecondsin interface- CfnContainer.HealthCheckConfigProperty
 
- 
getPathDescription copied from interface:CfnContainer.HealthCheckConfigPropertyThe path on the container on which to perform the health check.The default value is /.- Specified by:
- getPathin interface- CfnContainer.HealthCheckConfigProperty
 
- 
getSuccessCodesDescription copied from interface:CfnContainer.HealthCheckConfigPropertyThe HTTP codes to use when checking for a successful response from a container.You can specify values between 200and499. You can specify multiple values (for example,200,202) or a range of values (for example,200-299).- Specified by:
- getSuccessCodesin interface- CfnContainer.HealthCheckConfigProperty
 
- 
getTimeoutSecondsDescription copied from interface:CfnContainer.HealthCheckConfigPropertyThe amount of time, in seconds, during which no response means a failed health check.You can specify between 2and60seconds. The default value is2.- Specified by:
- getTimeoutSecondsin interface- CfnContainer.HealthCheckConfigProperty
 
- 
getUnhealthyThresholdDescription copied from interface:CfnContainer.HealthCheckConfigPropertyThe number of consecutive health check failures required before moving the container to theUnhealthystate.The default value is 2.- Specified by:
- getUnhealthyThresholdin interface- CfnContainer.HealthCheckConfigProperty
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-