Class CfnContainerGroupDefinitionPropsMixin.ContainerHealthCheckProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.gamelift.CfnContainerGroupDefinitionPropsMixin.ContainerHealthCheckProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnContainerGroupDefinitionPropsMixin.ContainerHealthCheckProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnContainerGroupDefinitionPropsMixin.ContainerHealthCheckProperty
@Stability(Stable)
@Internal
public static final class CfnContainerGroupDefinitionPropsMixin.ContainerHealthCheckProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnContainerGroupDefinitionPropsMixin.ContainerHealthCheckProperty
An implementation for
CfnContainerGroupDefinitionPropsMixin.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.cfnpropertymixins.services.gamelift.CfnContainerGroupDefinitionPropsMixin.ContainerHealthCheckProperty
CfnContainerGroupDefinitionPropsMixin.ContainerHealthCheckProperty.Builder, CfnContainerGroupDefinitionPropsMixin.ContainerHealthCheckProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnContainerGroupDefinitionPropsMixin.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
protected Jsii$Proxy(CfnContainerGroupDefinitionPropsMixin.ContainerHealthCheckProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnContainerGroupDefinitionPropsMixin.ContainerHealthCheckProperty.Builder.
-
-
Method Details
-
getCommand
Description copied from interface:CfnContainerGroupDefinitionPropsMixin.ContainerHealthCheckPropertyA string array that specifies the command that the container runs to determine if it's healthy.- Specified by:
getCommandin interfaceCfnContainerGroupDefinitionPropsMixin.ContainerHealthCheckProperty- See Also:
-
getInterval
Description copied from interface:CfnContainerGroupDefinitionPropsMixin.ContainerHealthCheckPropertyThe time period (in seconds) between each health check.- Specified by:
getIntervalin interfaceCfnContainerGroupDefinitionPropsMixin.ContainerHealthCheckProperty- See Also:
-
getRetries
Description copied from interface:CfnContainerGroupDefinitionPropsMixin.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 interfaceCfnContainerGroupDefinitionPropsMixin.ContainerHealthCheckProperty- See Also:
-
getStartPeriod
Description copied from interface:CfnContainerGroupDefinitionPropsMixin.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 interfaceCfnContainerGroupDefinitionPropsMixin.ContainerHealthCheckProperty- See Also:
-
getTimeout
Description copied from interface:CfnContainerGroupDefinitionPropsMixin.ContainerHealthCheckPropertyThe time period (in seconds) to wait for a health check to succeed before counting a failed health check.- Specified by:
getTimeoutin interfaceCfnContainerGroupDefinitionPropsMixin.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()
-