@Stability(value=Stable) @Internal 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(ContainerOverride.Builder builder)
Constructor that initializes the object based on literal property values passed by the
ContainerOverride.Builder. |
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, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(ContainerOverride.Builder builder)
ContainerOverride.Builder.public final String getContainerName()
ContainerOverridegetContainerName in interface ContainerOverridepublic final List<String> getCommand()
ContainerOverrideDefault: Default command
getCommand in interface ContainerOverridepublic final Number getCpu()
ContainerOverrideDefault: The default value from the task definition.
getCpu in interface ContainerOverridepublic final List<TaskEnvironmentVariable> getEnvironment()
ContainerOverridegetEnvironment in interface ContainerOverridepublic final Number getMemoryLimit()
ContainerOverrideDefault: The default value from the task definition.
getMemoryLimit in interface ContainerOverridepublic final Number getMemoryReservation()
ContainerOverrideDefault: The default value from the task definition.
getMemoryReservation in interface ContainerOverride@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.