Class CfnContainerGroupDefinitionPropsMixin.ContainerDependencyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.gamelift.CfnContainerGroupDefinitionPropsMixin.ContainerDependencyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnContainerGroupDefinitionPropsMixin.ContainerDependencyProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnContainerGroupDefinitionPropsMixin.ContainerDependencyProperty
@Stability(Stable)
@Internal
public static final class CfnContainerGroupDefinitionPropsMixin.ContainerDependencyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnContainerGroupDefinitionPropsMixin.ContainerDependencyProperty
An implementation for
CfnContainerGroupDefinitionPropsMixin.ContainerDependencyProperty-
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.ContainerDependencyProperty
CfnContainerGroupDefinitionPropsMixin.ContainerDependencyProperty.Builder, CfnContainerGroupDefinitionPropsMixin.ContainerDependencyProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnContainerGroupDefinitionPropsMixin.ContainerDependencyProperty.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 StringThe condition that the dependency container must reach before the dependent container can start.final StringA descriptive label for the container definition that this container depends on.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.ContainerDependencyProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnContainerGroupDefinitionPropsMixin.ContainerDependencyProperty.Builder.
-
-
Method Details
-
getCondition
Description copied from interface:CfnContainerGroupDefinitionPropsMixin.ContainerDependencyPropertyThe 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:
getConditionin interfaceCfnContainerGroupDefinitionPropsMixin.ContainerDependencyProperty- See Also:
-
getContainerName
Description copied from interface:CfnContainerGroupDefinitionPropsMixin.ContainerDependencyPropertyA descriptive label for the container definition that this container depends on.- Specified by:
getContainerNamein interfaceCfnContainerGroupDefinitionPropsMixin.ContainerDependencyProperty- 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()
-