Ec2FleetTargetCapacitySpecificationRequest

data class Ec2FleetTargetCapacitySpecificationRequest(val defaultTargetCapacityType: Ec2FleetTargetCapacitySpecificationRequestDefaultTargetCapacityType? = null, val onDemandTargetCapacity: Int? = null, val spotTargetCapacity: Int? = null, val targetCapacityUnitType: Ec2FleetTargetCapacitySpecificationRequestTargetCapacityUnitType? = null, val totalTargetCapacity: Int)

Constructors

constructor(defaultTargetCapacityType: Ec2FleetTargetCapacitySpecificationRequestDefaultTargetCapacityType? = null, onDemandTargetCapacity: Int? = null, spotTargetCapacity: Int? = null, targetCapacityUnitType: Ec2FleetTargetCapacitySpecificationRequestTargetCapacityUnitType? = null, totalTargetCapacity: Int)

Types

Link copied to clipboard
object Companion

Properties

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. You can specify this parameter only when using attributed-based instance type selection. Default: units (the number of instances)

Link copied to clipboard

The number of units to request, filled using the default target capacity type.