AutoScalingGroupVCpuCountRequestArgs

data class AutoScalingGroupVCpuCountRequestArgs(val max: Output<Int>? = null, val min: Output<Int>? = null) : ConvertibleToJava<AutoScalingGroupVCpuCountRequestArgs>

Constructors

Link copied to clipboard
fun AutoScalingGroupVCpuCountRequestArgs(max: Output<Int>? = null, min: Output<Int>? = null)

Functions

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

Properties

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