Class CfnContainerPropsMixin.HealthCheckConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.lightsail.CfnContainerPropsMixin.HealthCheckConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnContainerPropsMixin.HealthCheckConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnContainerPropsMixin.HealthCheckConfigProperty
@Stability(Stable)
@Internal
public static final class CfnContainerPropsMixin.HealthCheckConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnContainerPropsMixin.HealthCheckConfigProperty
An implementation for
CfnContainerPropsMixin.HealthCheckConfigProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.lightsail.CfnContainerPropsMixin.HealthCheckConfigProperty
CfnContainerPropsMixin.HealthCheckConfigProperty.Builder, CfnContainerPropsMixin.HealthCheckConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnContainerPropsMixin.HealthCheckConfigProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier 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.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 theCfnContainerPropsMixin.HealthCheckConfigProperty.Builder.
-
-
Method Details
-
getHealthyThreshold
Description copied from interface:CfnContainerPropsMixin.HealthCheckConfigPropertyThe number of consecutive health check successes required before moving the container to theHealthystate.The default value is
2.- Specified by:
getHealthyThresholdin interfaceCfnContainerPropsMixin.HealthCheckConfigProperty- See Also:
-
getIntervalSeconds
Description copied from interface:CfnContainerPropsMixin.HealthCheckConfigPropertyThe approximate interval, in seconds, between health checks of an individual container.You can specify between
5and300seconds. The default value is5.- Specified by:
getIntervalSecondsin interfaceCfnContainerPropsMixin.HealthCheckConfigProperty- See Also:
-
getPath
Description copied from interface:CfnContainerPropsMixin.HealthCheckConfigPropertyThe path on the container on which to perform the health check.The default value is
/.- Specified by:
getPathin interfaceCfnContainerPropsMixin.HealthCheckConfigProperty- See Also:
-
getSuccessCodes
Description copied from interface:CfnContainerPropsMixin.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 interfaceCfnContainerPropsMixin.HealthCheckConfigProperty- See Also:
-
getTimeoutSeconds
Description copied from interface:CfnContainerPropsMixin.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 interfaceCfnContainerPropsMixin.HealthCheckConfigProperty- See Also:
-
getUnhealthyThreshold
Description copied from interface:CfnContainerPropsMixin.HealthCheckConfigPropertyThe number of consecutive health check failures required before moving the container to theUnhealthystate.The default value is
2.- Specified by:
getUnhealthyThresholdin interfaceCfnContainerPropsMixin.HealthCheckConfigProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-