| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default ContainerDependencyCondition |
ContainerDependency.getCondition()
(experimental) The state the container needs to be in to satisfy the dependency and proceed with startup.
|
ContainerDependencyCondition |
ContainerDependency.Jsii$Proxy.getCondition() |
static ContainerDependencyCondition |
ContainerDependencyCondition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainerDependencyCondition[] |
ContainerDependencyCondition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerDependency.Builder |
ContainerDependency.Builder.condition(ContainerDependencyCondition condition)
Sets the value of
ContainerDependency.getCondition() |
| Constructor and Description |
|---|
Jsii$Proxy(ContainerDefinition container,
ContainerDependencyCondition condition)
Constructor that initializes the object based on literal property values passed by the
ContainerDependency.Builder. |
Copyright © 2021. All rights reserved.