Scaling Group Launch Template Override Args
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
fun ScalingGroupLaunchTemplateOverrideArgs(instanceType: Output<String>? = null, spotPriceLimit: Output<Double>? = null, weightedCapacity: Output<Int>? = null)