Class CfnDaemonTaskDefinition.ContainerDependencyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecs.CfnDaemonTaskDefinition.ContainerDependencyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDaemonTaskDefinition.ContainerDependencyProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDaemonTaskDefinition.ContainerDependencyProperty
@Stability(Stable)
@Internal
public static final class CfnDaemonTaskDefinition.ContainerDependencyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDaemonTaskDefinition.ContainerDependencyProperty
An implementation for
CfnDaemonTaskDefinition.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.services.ecs.CfnDaemonTaskDefinition.ContainerDependencyProperty
CfnDaemonTaskDefinition.ContainerDependencyProperty.Builder, CfnDaemonTaskDefinition.ContainerDependencyProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDaemonTaskDefinition.ContainerDependencyProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnDaemonTaskDefinition.ContainerDependencyProperty.Builder.
-
-
Method Details
-
getCondition
Description copied from interface:CfnDaemonTaskDefinition.ContainerDependencyPropertyThe dependency condition of the container.The following are the available conditions and their behavior:
START- This condition emulates the behavior of links and volumes today. It validates that a dependent container is started before permitting other containers to start.COMPLETE- This condition validates that a dependent container runs to completion (exits) before permitting other containers to start. This can be useful for nonessential containers that run a script and then exit. This condition can't be set on an essential container.SUCCESS- This condition is the same asCOMPLETE, but it also requires that the container exits with azerostatus. This condition can't be set on an essential container.HEALTHY- This condition validates that the dependent container passes its Docker health check before permitting other containers to start. This requires that the dependent container has health checks configured. This condition is confirmed only at task startup.
- Specified by:
getConditionin interfaceCfnDaemonTaskDefinition.ContainerDependencyProperty- See Also:
-
getContainerName
Description copied from interface:CfnDaemonTaskDefinition.ContainerDependencyPropertyThe name of a container.- Specified by:
getContainerNamein interfaceCfnDaemonTaskDefinition.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()
-