| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static BinPackResource |
BinPackResource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BinPackResource[] |
BinPackResource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static PlacementStrategy |
PlacementStrategy.packedBy(BinPackResource resource)
(experimental) Places tasks on the container instances with the least available capacity of the specified resource.
|
Copyright © 2021. All rights reserved.