Fleet On Demand Options Args
data class FleetOnDemandOptionsArgs(val allocationStrategy: Output<String>? = null, val maxTotalPrice: Output<String>? = null, val minTargetCapacity: Output<Int>? = null, val singleAvailabilityZone: Output<Boolean>? = null, val singleInstanceType: Output<Boolean>? = null) : ConvertibleToJava<FleetOnDemandOptionsArgs>
Constructors
Functions
Properties
Link copied to clipboard
The minimum target capacity for On-Demand Instances in the fleet. If the minimum target capacity is not reached, the fleet launches no instances. Supported only for fleets of type instant
. If you specify min_target_capacity
, at least one of the following must be specified: single_availability_zone
or single_instance_type
.