ScalingGroupLaunchTemplateOverride

data class ScalingGroupLaunchTemplateOverride(val instanceType: String? = null, val spotPriceLimit: Double? = null, val weightedCapacity: Int? = null)

Constructors

Link copied to clipboard
constructor(instanceType: String? = null, spotPriceLimit: Double? = null, weightedCapacity: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val instanceType: String? = null

The instance type in launchTemplateOverride.

Link copied to clipboard
val spotPriceLimit: Double? = null

The maximum bid price of instance type in launchTemplateOverride.

Link copied to clipboard
val weightedCapacity: Int? = null

The weight of the instance type in launchTemplateOverride.