| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
UlimitName |
Ulimit.getName()
(experimental) The type of the ulimit.
|
UlimitName |
Ulimit.Jsii$Proxy.getName() |
static UlimitName |
UlimitName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UlimitName[] |
UlimitName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Ulimit.Builder |
Ulimit.Builder.name(UlimitName name)
Sets the value of
Ulimit.getName() |
| Constructor and Description |
|---|
Jsii$Proxy(Number hardLimit,
UlimitName name,
Number softLimit)
Constructor that initializes the object based on literal property values passed by the
Ulimit.Builder. |
Copyright © 2021. All rights reserved.