Enum OnDemandAllocationStrategy
- Namespace
- Amazon.CDK.AWS.AutoScaling
- Assembly
- Amazon.CDK.AWS.AutoScaling.dll
Indicates how to allocate instance types to fulfill On-Demand capacity.
public enum OnDemandAllocationStrategy
Fields
PRIORITIZED = 0
This strategy uses the order of instance types in the LaunchTemplateOverrides to define the launch priority of each instance type.