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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.gamelift.CfnContainerGroupDefinition.ContainerHealthCheckProperty
CfnContainerGroupDefinition.ContainerHealthCheckProperty.Builder, CfnContainerGroupDefinition.ContainerHealthCheckProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnContainerGroupDefinition.ContainerHealthCheckProperty.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 booleanA string array that specifies the command that the container runs to determine if it's healthy.final NumberThe time period (in seconds) between each health check.final NumberThe number of times to retry a failed health check before flagging the container unhealthy.final NumberThe 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 NumberThe time period (in seconds) to wait for a health check to succeed before counting a failed health check.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 theCfnContainerGroupDefinition.ContainerHealthCheckProperty.Builder.
-
-
Method Details
-
getCommand
Description copied from interface:CfnContainerGroupDefinition.ContainerHealthCheckPropertyA string array that specifies the command that the container runs to determine if it's healthy.- Specified by:
getCommandin interfaceCfnContainerGroupDefinition.ContainerHealthCheckProperty- See Also:
-
getInterval
Description copied from interface:CfnContainerGroupDefinition.ContainerHealthCheckPropertyThe time period (in seconds) between each health check.- Specified by:
getIntervalin interfaceCfnContainerGroupDefinition.ContainerHealthCheckProperty- See Also:
-
getRetries
Description copied from interface:CfnContainerGroupDefinition.ContainerHealthCheckPropertyThe number of times to retry a failed health check before flagging the container unhealthy.The first run of the command does not count as a retry.
- Specified by:
getRetriesin interfaceCfnContainerGroupDefinition.ContainerHealthCheckProperty- See Also:
-
getStartPeriod
Description copied from interface:CfnContainerGroupDefinition.ContainerHealthCheckPropertyThe 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:
getStartPeriodin interfaceCfnContainerGroupDefinition.ContainerHealthCheckProperty- See Also:
-
getTimeout
Description copied from interface:CfnContainerGroupDefinition.ContainerHealthCheckPropertyThe time period (in seconds) to wait for a health check to succeed before counting a failed health check.- Specified by:
getTimeoutin interfaceCfnContainerGroupDefinition.ContainerHealthCheckProperty- 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()
-