scalableTargetAction

@JvmName(name = "eidutaawqjqjljpk")
suspend fun scalableTargetAction(value: Output<ScalableTargetActionArgs>)
@JvmName(name = "numwkvgxtfucenkv")
suspend fun scalableTargetAction(value: ScalableTargetActionArgs?)

Parameters

value

The new minimum and maximum capacity. You can set both values or just one. At the scheduled time, if the current capacity is below the minimum capacity, Application Auto Scaling scales out to the minimum capacity. If the current capacity is above the maximum capacity, Application Auto Scaling scales in to the maximum capacity.


@JvmName(name = "pmoiaiijajsjbofp")
suspend fun scalableTargetAction(argument: suspend ScalableTargetActionArgsBuilder.() -> Unit)

Parameters

argument

The new minimum and maximum capacity. You can set both values or just one. At the scheduled time, if the current capacity is below the minimum capacity, Application Auto Scaling scales out to the minimum capacity. If the current capacity is above the maximum capacity, Application Auto Scaling scales in to the maximum capacity.