Class CfnContainerGroupDefinition.ContainerDependencyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.gamelift.CfnContainerGroupDefinition.ContainerDependencyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnContainerGroupDefinition.ContainerDependencyProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnContainerGroupDefinition.ContainerDependencyProperty
@Stability(Stable)
@Internal
public static final class CfnContainerGroupDefinition.ContainerDependencyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnContainerGroupDefinition.ContainerDependencyProperty
An implementation for
CfnContainerGroupDefinition.ContainerDependencyProperty
-
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.ContainerDependencyProperty
CfnContainerGroupDefinition.ContainerDependencyProperty.Builder, CfnContainerGroupDefinition.ContainerDependencyProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnContainerGroupDefinition.ContainerDependencyProperty.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
final String
The condition that the dependency container must reach before the dependent container can start.final String
A descriptive label for the container definition that this container depends on.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.ContainerDependencyProperty.Builder
.
-
-
Method Details
-
getCondition
Description copied from interface:CfnContainerGroupDefinition.ContainerDependencyProperty
The condition that the dependency container must reach before the dependent container can start. Valid conditions include:.- START - The dependency container must have started.
- COMPLETE - The dependency container has run to completion (exits). Use this condition with nonessential containers, such as those that run a script and then exit. The dependency container can't be an essential container.
- SUCCESS - The dependency container has run to completion and exited with a zero status. The dependency container can't be an essential container.
- HEALTHY - The dependency container has passed its Docker health check. Use this condition with dependency containers that have health checks configured. This condition is confirmed at container group startup only.
- Specified by:
getCondition
in interfaceCfnContainerGroupDefinition.ContainerDependencyProperty
- See Also:
-
getContainerName
Description copied from interface:CfnContainerGroupDefinition.ContainerDependencyProperty
A descriptive label for the container definition that this container depends on.- Specified by:
getContainerName
in interfaceCfnContainerGroupDefinition.ContainerDependencyProperty
- 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()
-