| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static Capability |
Capability.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Capability[] |
Capability.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LinuxParameters.addCapabilities(Capability... cap)
(experimental) Adds one or more Linux capabilities to the Docker configuration of a container.
|
void |
LinuxParameters.dropCapabilities(Capability... cap)
(experimental) Removes one or more Linux capabilities to the Docker configuration of a container.
|
Copyright © 2021. All rights reserved.