scalableTargetAction property

ScalableTargetAction? scalableTargetAction
final

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.

Implementation

final ScalableTargetAction? scalableTargetAction;