Uses of Enum
software.amazon.awscdk.services.ecs.BinPackResource
-
Uses of BinPackResource in software.amazon.awscdk.services.ecs
Modifier and TypeMethodDescriptionstatic BinPackResource
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 TypeMethodDescriptionstatic PlacementStrategy
PlacementStrategy.packedBy
(BinPackResource resource) Places tasks on the container instances with the least available capacity of the specified resource.