FleetTargetCapacitySpecification

data class FleetTargetCapacitySpecification(val defaultTargetCapacityType: String, val onDemandTargetCapacity: Int? = null, val spotTargetCapacity: Int? = null, val targetCapacityUnitType: String? = null, val totalTargetCapacity: Int)

Constructors

Link copied to clipboard
constructor(defaultTargetCapacityType: String, onDemandTargetCapacity: Int? = null, spotTargetCapacity: Int? = null, targetCapacityUnitType: String? = null, totalTargetCapacity: Int)

Types

Link copied to clipboard
object Companion

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
val spotTargetCapacity: Int? = null

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.