| Package | Description |
|---|---|
| com.amazonaws.services.pipes.model |
| Modifier and Type | Method and Description |
|---|---|
EcsContainerOverride |
EcsContainerOverride.clone() |
EcsContainerOverride |
EcsContainerOverride.withCommand(Collection<String> command)
The command to send to the container that overrides the default command from the Docker image or the task
definition.
|
EcsContainerOverride |
EcsContainerOverride.withCommand(String... command)
The command to send to the container that overrides the default command from the Docker image or the task
definition.
|
EcsContainerOverride |
EcsContainerOverride.withCpu(Integer cpu)
The number of
cpu units reserved for the container, instead of the default value from the task
definition. |
EcsContainerOverride |
EcsContainerOverride.withEnvironment(Collection<EcsEnvironmentVariable> environment)
The environment variables to send to the container.
|
EcsContainerOverride |
EcsContainerOverride.withEnvironment(EcsEnvironmentVariable... environment)
The environment variables to send to the container.
|
EcsContainerOverride |
EcsContainerOverride.withEnvironmentFiles(Collection<EcsEnvironmentFile> environmentFiles)
A list of files containing the environment variables to pass to a container, instead of the value from the
container definition.
|
EcsContainerOverride |
EcsContainerOverride.withEnvironmentFiles(EcsEnvironmentFile... environmentFiles)
A list of files containing the environment variables to pass to a container, instead of the value from the
container definition.
|
EcsContainerOverride |
EcsContainerOverride.withMemory(Integer memory)
The hard limit (in MiB) of memory to present to the container, instead of the default value from the task
definition.
|
EcsContainerOverride |
EcsContainerOverride.withMemoryReservation(Integer memoryReservation)
The soft limit (in MiB) of memory to reserve for the container, instead of the default value from the task
definition.
|
EcsContainerOverride |
EcsContainerOverride.withName(String name)
The name of the container that receives the override.
|
EcsContainerOverride |
EcsContainerOverride.withResourceRequirements(Collection<EcsResourceRequirement> resourceRequirements)
The type and amount of a resource to assign to a container, instead of the default value from the task
definition.
|
EcsContainerOverride |
EcsContainerOverride.withResourceRequirements(EcsResourceRequirement... resourceRequirements)
The type and amount of a resource to assign to a container, instead of the default value from the task
definition.
|
| Modifier and Type | Method and Description |
|---|---|
List<EcsContainerOverride> |
EcsTaskOverride.getContainerOverrides()
One or more container overrides that are sent to a task.
|
| Modifier and Type | Method and Description |
|---|---|
EcsTaskOverride |
EcsTaskOverride.withContainerOverrides(EcsContainerOverride... containerOverrides)
One or more container overrides that are sent to a task.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EcsTaskOverride.setContainerOverrides(Collection<EcsContainerOverride> containerOverrides)
One or more container overrides that are sent to a task.
|
EcsTaskOverride |
EcsTaskOverride.withContainerOverrides(Collection<EcsContainerOverride> containerOverrides)
One or more container overrides that are sent to a task.
|
Copyright © 2022. All rights reserved.