| Package | Description |
|---|---|
| software.amazon.awscdk.services.batch |
AWS Batch Construct Library
|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default List<Ulimit> |
JobDefinitionContainer.getUlimits()
(experimental) A list of ulimits to set in the container.
|
List<Ulimit> |
JobDefinitionContainer.Jsii$Proxy.getUlimits() |
| Modifier and Type | Method and Description |
|---|---|
JobDefinitionContainer.Builder |
JobDefinitionContainer.Builder.ulimits(List<? extends Ulimit> ulimits)
Sets the value of
JobDefinitionContainer.getUlimits() |
| Modifier and Type | Class and Description |
|---|---|
static class |
Ulimit.Jsii$Proxy
An implementation for
Ulimit |
| Modifier and Type | Method and Description |
|---|---|
Ulimit |
Ulimit.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<Ulimit> |
ContainerDefinition.getUlimits()
(experimental) An array of ulimits to set in the container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerDefinition.addUlimits(Ulimit... ulimits)
(experimental) This method adds one or more ulimits to the container.
|
Copyright © 2022. All rights reserved.