public static final class ContainerOverride.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ContainerOverride
software.amazon.jsii.JsiiObject.InitializationModeContainerOverride.Builder, ContainerOverride.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=Experimental) public String getContainerName()
getContainerName in interface ContainerOverride@Stability(value=Experimental) @Nullable public List<String> getCommand()
getCommand in interface ContainerOverride@Stability(value=Experimental) @Nullable public Number getCpu()
getCpu in interface ContainerOverride@Stability(value=Experimental) @Nullable public List<TaskEnvironmentVariable> getEnvironment()
getEnvironment in interface ContainerOverride@Stability(value=Experimental) @Nullable public Number getMemoryLimit()
getMemoryLimit in interface ContainerOverride@Stability(value=Experimental) @Nullable public Number getMemoryReservation()
getMemoryReservation in interface ContainerOverrideCopyright © 2019. All rights reserved.