ScheduledActionScalableTargetActionArgs

data class ScheduledActionScalableTargetActionArgs(val maxCapacity: Output<Int>? = null, val minCapacity: Output<Int>? = null) : ConvertibleToJava<ScheduledActionScalableTargetActionArgs>

Constructors

Link copied to clipboard
constructor(maxCapacity: Output<Int>? = null, minCapacity: Output<Int>? = null)

Properties

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

Functions

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