@Stability(value=Experimental) public static final class ContainerOverride.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ContainerOverride
ContainerOverridesoftware.amazon.jsii.JsiiObject.InitializationModeContainerOverride.Builder, ContainerOverride.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
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.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public String getContainerName()
ContainerOverrideEXPERIMENTAL
getContainerName in interface ContainerOverridepublic List<String> getCommand()
ContainerOverrideDefault: Default command
EXPERIMENTAL
getCommand in interface ContainerOverridepublic Number getCpu()
ContainerOverrideEXPERIMENTAL
getCpu in interface ContainerOverridepublic List<TaskEnvironmentVariable> getEnvironment()
ContainerOverrideEXPERIMENTAL
getEnvironment in interface ContainerOverridepublic Number getMemoryLimit()
ContainerOverrideEXPERIMENTAL
getMemoryLimit in interface ContainerOverridepublic Number getMemoryReservation()
ContainerOverrideEXPERIMENTAL
getMemoryReservation in interface ContainerOverridepublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.