Uses of Enum
software.amazon.awscdk.services.autoscaling.OnDemandAllocationStrategy
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of OnDemandAllocationStrategy in software.amazon.awscdk.services.autoscaling
Modifier and TypeMethodDescriptiondefault OnDemandAllocationStrategy
InstancesDistribution.getOnDemandAllocationStrategy()
Indicates how to allocate instance types to fulfill On-Demand capacity.InstancesDistribution.Jsii$Proxy.getOnDemandAllocationStrategy()
static OnDemandAllocationStrategy
Returns the enum constant of this type with the specified name.static OnDemandAllocationStrategy[]
OnDemandAllocationStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionInstancesDistribution.Builder.onDemandAllocationStrategy
(OnDemandAllocationStrategy onDemandAllocationStrategy) Sets the value ofInstancesDistribution.getOnDemandAllocationStrategy()