AutoScalingGroupMemoryMiBRequestArgs

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

Constructors

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

Functions

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

Properties

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