AutoScalingGroupInstancesDistribution

data class AutoScalingGroupInstancesDistribution(val onDemandAllocationStrategy: String? = null, val onDemandBaseCapacity: Int? = null, val onDemandPercentageAboveBaseCapacity: Int? = null, val spotAllocationStrategy: String? = null, val spotInstancePools: Int? = null, val spotMaxPrice: String? = null)

Constructors

Link copied to clipboard
fun AutoScalingGroupInstancesDistribution(onDemandAllocationStrategy: String? = null, onDemandBaseCapacity: Int? = null, onDemandPercentageAboveBaseCapacity: Int? = null, spotAllocationStrategy: String? = null, spotInstancePools: Int? = null, spotMaxPrice: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val spotInstancePools: Int? = null
Link copied to clipboard
val spotMaxPrice: String? = null