Fleet Target Capacity Specification Args
data class FleetTargetCapacitySpecificationArgs(val defaultTargetCapacityType: Output<String>, val onDemandTargetCapacity: Output<Int>? = null, val spotTargetCapacity: Output<Int>? = null, val targetCapacityUnitType: Output<String>? = null, val totalTargetCapacity: Output<Int>) : ConvertibleToJava<FleetTargetCapacitySpecificationArgs>
Constructors
Properties
Link copied to clipboard
Default target capacity type. Valid values: on-demand
, spot
.
Link copied to clipboard
The number of On-Demand units to request.
Link copied to clipboard
The number of Spot units to request.
Link copied to clipboard
The unit for the target capacity. If you specify target_capacity_unit_type
, instance_requirements
must be specified.
Link copied to clipboard
The number of units to request, filled using default_target_capacity_type
.