BinPackResource

class aws_cdk.aws_ecs.BinPackResource(value)

Bases: Enum

Instance resource used for bin packing.

Attributes

CPU

Fill up hosts’ CPU allocations first.

MEMORY

Fill up hosts’ memory allocations first.