@Stability(value=Experimental) @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(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String containerName,
List<String> command,
Number cpu,
List<? extends TaskEnvironmentVariable> environment,
Number memoryLimit,
Number memoryReservation)
Constructor that initializes the object based on literal property values passed by the
ContainerOverride.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<String> |
getCommand()
(experimental) Command to run inside the container.
|
String |
getContainerName()
(experimental) Name of the container inside the task definition.
|
Number |
getCpu()
(experimental) The number of cpu units reserved for the container.
|
List<TaskEnvironmentVariable> |
getEnvironment()
(experimental) Variables to set in the container's environment.
|
Number |
getMemoryLimit()
(experimental) Hard memory limit on the container.
|
Number |
getMemoryReservation()
(experimental) 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(String containerName, List<String> command, Number cpu, List<? extends TaskEnvironmentVariable> environment, Number memoryLimit, Number memoryReservation)
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 © 2021. All rights reserved.