aws-cdk-lib.aws_ecs.BinPackResource

enum BinPackResource

LanguageType name
.NETAmazon.CDK.AWS.ECS.BinPackResource
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsecs#BinPackResource
Javasoftware.amazon.awscdk.services.ecs.BinPackResource
Pythonaws_cdk.aws_ecs.BinPackResource
TypeScript (source)aws-cdk-lib » aws_ecs » BinPackResource

Instance resource used for bin packing.

Members

NameDescription
CPUFill up hosts' CPU allocations first.
MEMORYFill up hosts' memory allocations first.

CPU

Fill up hosts' CPU allocations first.


MEMORY

Fill up hosts' memory allocations first.