| Package | Description |
|---|---|
| software.amazon.awscdk.services.autoscaling |
Amazon EC2 Auto Scaling Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default OnDemandAllocationStrategy |
InstancesDistribution.getOnDemandAllocationStrategy()
Indicates how to allocate instance types to fulfill On-Demand capacity.
|
OnDemandAllocationStrategy |
InstancesDistribution.Jsii$Proxy.getOnDemandAllocationStrategy() |
static OnDemandAllocationStrategy |
OnDemandAllocationStrategy.valueOf(String name)
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 Type | Method and Description |
|---|---|
InstancesDistribution.Builder |
InstancesDistribution.Builder.onDemandAllocationStrategy(OnDemandAllocationStrategy onDemandAllocationStrategy)
Sets the value of
InstancesDistribution.getOnDemandAllocationStrategy() |
Copyright © 2022. All rights reserved.