minAdjustmentMagnitude property
The minimum value to scale by when the adjustment type is
PercentChangeInCapacity
. For example, suppose that you create a
step scaling policy to scale out an Amazon ECS service by 25 percent and you
specify a MinAdjustmentMagnitude
of 2. If the service has 4
tasks and the scaling policy is performed, 25 percent of 4 is 1. However,
because you specified a MinAdjustmentMagnitude
of 2,
Application Auto Scaling scales out the service by 2 tasks.
Implementation
final int? minAdjustmentMagnitude;