GetGroupMixedInstancesPolicyInstancesDistribution

data class GetGroupMixedInstancesPolicyInstancesDistribution(val onDemandAllocationStrategy: String, val onDemandBaseCapacity: Int, val onDemandPercentageAboveBaseCapacity: Int, val spotAllocationStrategy: String, val spotInstancePools: Int, val spotMaxPrice: String)

Constructors

constructor(onDemandAllocationStrategy: String, onDemandBaseCapacity: Int, onDemandPercentageAboveBaseCapacity: Int, spotAllocationStrategy: String, spotInstancePools: Int, spotMaxPrice: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Strategy used when launching on-demand instances.

Link copied to clipboard

Absolute minimum amount of desired capacity that must be fulfilled by on-demand instances.

Link copied to clipboard

Strategy used when launching Spot instances.

Link copied to clipboard

Number of Spot pools per availability zone to allocate capacity.

Link copied to clipboard

Maximum price per unit hour that the user is willing to pay for the Spot instances.