Contents:
aws_cdk.aws_ecs.
BinPackResource
Bases: enum.Enum
enum.Enum
Instance resource used for bin packing.
Attributes
CPU
Fill up hosts’ CPU allocations first.
MEMORY
Fill up hosts’ memory allocations first.