@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.204Z") @Stability(value=Experimental) public interface ContainerDependency extends software.amazon.jsii.JsiiSerializable
https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ContainerDependency.html| Modifier and Type | Interface and Description |
|---|---|
static class |
ContainerDependency.Builder
A builder for
ContainerDependency |
static class |
ContainerDependency.Jsii$Proxy
An implementation for
ContainerDependency |
| Modifier and Type | Method and Description |
|---|---|
static ContainerDependency.Builder |
builder() |
default ContainerDependencyCondition |
getCondition()
(experimental) The state the container needs to be in to satisfy the dependency and proceed with startup.
|
ContainerDefinition |
getContainer()
(experimental) The container to depend on.
|
@Stability(value=Experimental) @NotNull ContainerDefinition getContainer()
@Stability(value=Experimental) @Nullable default ContainerDependencyCondition getCondition()
Valid values are ContainerDependencyCondition.START, ContainerDependencyCondition.COMPLETE, ContainerDependencyCondition.SUCCESS and ContainerDependencyCondition.HEALTHY.
Default: ContainerDependencyCondition.HEALTHY
@Stability(value=Experimental) static ContainerDependency.Builder builder()
ContainerDependency.Builder of ContainerDependencyCopyright © 2021. All rights reserved.