ScalingGroupLaunchTemplateOverrideArgs

data class ScalingGroupLaunchTemplateOverrideArgs(val instanceType: Output<String>? = null, val spotPriceLimit: Output<Double>? = null, val weightedCapacity: Output<Int>? = null) : ConvertibleToJava<ScalingGroupLaunchTemplateOverrideArgs>

Constructors

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

Properties

Link copied to clipboard
val instanceType: Output<String>? = null

The instance type in launchTemplateOverride.

Link copied to clipboard
val spotPriceLimit: Output<Double>? = null

The maximum bid price of instance type in launchTemplateOverride.

Link copied to clipboard
val weightedCapacity: Output<Int>? = null

The weight of the instance type in launchTemplateOverride.

Functions

Link copied to clipboard
open override fun toJava(): ScalingGroupLaunchTemplateOverrideArgs