software.amazon.awscdk.services.ecs.BinPackResource Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ecs Show documentation
Show all versions of ecs Show documentation
The CDK Construct Library for AWS::ECS
package software.amazon.awscdk.services.ecs;
/**
* Instance resource used for bin packing.
*/
@javax.annotation.Generated(value = "jsii-pacmak/1.74.0 (build 6d08790)", date = "2023-03-28T21:34:28.655Z")
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
@software.amazon.jsii.Jsii(module = software.amazon.awscdk.services.ecs.$Module.class, fqn = "@aws-cdk/aws-ecs.BinPackResource")
public enum BinPackResource {
/**
* Fill up hosts' CPU allocations first.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
CPU,
/**
* Fill up hosts' memory allocations first.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
MEMORY,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy