@Generated(value="jsii-pacmak/0.13.3 (build 3624e0f)", date="2019-07-04T19:44:32.556Z") @Stability(value=Experimental) public interface ContainerOverride extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ContainerOverride.Builder
A builder for
ContainerOverride |
static class |
ContainerOverride.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static ContainerOverride.Builder |
builder() |
List<String> |
getCommand()
Command to run inside the container.
|
String |
getContainerName()
Name of the container inside the task definition.
|
Number |
getCpu()
The number of cpu units reserved for the container.
|
List<TaskEnvironmentVariable> |
getEnvironment()
Variables to set in the container's environment.
|
Number |
getMemoryLimit()
Hard memory limit on the container.
|
Number |
getMemoryReservation()
Soft memory limit on the container.
|
@Stability(value=Experimental) String getContainerName()
@Stability(value=Experimental) List<String> getCommand()
@Stability(value=Experimental) Number getCpu()
@Stability(value=Experimental) List<TaskEnvironmentVariable> getEnvironment()
@Stability(value=Experimental) Number getMemoryLimit()
@Stability(value=Experimental) Number getMemoryReservation()
@Stability(value=Experimental) static ContainerOverride.Builder builder()
ContainerOverride.Builder of ContainerOverrideCopyright © 2019. All rights reserved.