Class CfnContainerGroupDefinition.ContainerHealthCheckProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.gamelift.CfnContainerGroupDefinition.ContainerHealthCheckProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnContainerGroupDefinition.ContainerHealthCheckProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnContainerGroupDefinition.ContainerHealthCheckProperty
@Stability(Stable)
@Internal
public static final class CfnContainerGroupDefinition.ContainerHealthCheckProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnContainerGroupDefinition.ContainerHealthCheckProperty
An implementation for
CfnContainerGroupDefinition.ContainerHealthCheckProperty
-
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.gamelift.CfnContainerGroupDefinition.ContainerHealthCheckProperty
CfnContainerGroupDefinition.ContainerHealthCheckProperty.Builder, CfnContainerGroupDefinition.ContainerHealthCheckProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnContainerGroupDefinition.ContainerHealthCheckProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
A string array that specifies the command that the container runs to determine if it's healthy.final Number
The time period (in seconds) between each health check.final Number
The number of times to retry a failed health check before the container is considered unhealthy.final Number
The optional grace period (in seconds) to give a container time to bootstrap before the first failed health check counts toward the number of retries.final Number
The time period (in seconds) to wait for a health check to succeed before a failed health check is counted.final int
hashCode()
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 theCfnContainerGroupDefinition.ContainerHealthCheckProperty.Builder
.
-
-
Method Details
-
getCommand
Description copied from interface:CfnContainerGroupDefinition.ContainerHealthCheckProperty
A string array that specifies the command that the container runs to determine if it's healthy.- Specified by:
getCommand
in interfaceCfnContainerGroupDefinition.ContainerHealthCheckProperty
- See Also:
-
getInterval
Description copied from interface:CfnContainerGroupDefinition.ContainerHealthCheckProperty
The time period (in seconds) between each health check.- Specified by:
getInterval
in interfaceCfnContainerGroupDefinition.ContainerHealthCheckProperty
- See Also:
-
getRetries
Description copied from interface:CfnContainerGroupDefinition.ContainerHealthCheckProperty
The number of times to retry a failed health check before the container is considered unhealthy.The first run of the command does not count as a retry.
- Specified by:
getRetries
in interfaceCfnContainerGroupDefinition.ContainerHealthCheckProperty
- See Also:
-
getStartPeriod
Description copied from interface:CfnContainerGroupDefinition.ContainerHealthCheckProperty
The optional grace period (in seconds) to give a container time to bootstrap before the first failed health check counts toward the number of retries.- Specified by:
getStartPeriod
in interfaceCfnContainerGroupDefinition.ContainerHealthCheckProperty
- See Also:
-
getTimeout
Description copied from interface:CfnContainerGroupDefinition.ContainerHealthCheckProperty
The time period (in seconds) to wait for a health check to succeed before a failed health check is counted.- Specified by:
getTimeout
in interfaceCfnContainerGroupDefinition.ContainerHealthCheckProperty
- 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()
-