Scaling Group Launch Template Override
data class ScalingGroupLaunchTemplateOverride(val instanceType: String? = null, val spotPriceLimit: Double? = null, val weightedCapacity: Int? = null)
Constructors
Link copied to clipboard
fun ScalingGroupLaunchTemplateOverride(instanceType: String? = null, spotPriceLimit: Double? = null, weightedCapacity: Int? = null)