Uses of Enum
software.amazon.awscdk.services.ecs.BinPackResource
Packages that use BinPackResource
-
Uses of BinPackResource in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return BinPackResourceModifier and TypeMethodDescriptionstatic BinPackResourceReturns 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.Methods in software.amazon.awscdk.services.ecs with parameters of type BinPackResourceModifier and TypeMethodDescriptionstatic PlacementStrategyPlacementStrategy.packedBy(BinPackResource resource) Places tasks on the container instances with the least available capacity of the specified resource.