class Aws::ApplicationAutoScaling::Types::SuspendedState

Specifies whether the scaling activities for a scalable target are in a suspended state.

@note When making an API call, you may pass SuspendedState

data as a hash:

    {
      dynamic_scaling_in_suspended: false,
      dynamic_scaling_out_suspended: false,
      scheduled_scaling_suspended: false,
    }

@!attribute [rw] dynamic_scaling_in_suspended

Whether scale in by a target tracking scaling policy or a step
scaling policy is suspended. Set the value to `true` if you don't
want Application Auto Scaling to remove capacity when a scaling
policy is triggered. The default is `false`.
@return [Boolean]

@!attribute [rw] dynamic_scaling_out_suspended

Whether scale out by a target tracking scaling policy or a step
scaling policy is suspended. Set the value to `true` if you don't
want Application Auto Scaling to add capacity when a scaling policy
is triggered. The default is `false`.
@return [Boolean]

@!attribute [rw] scheduled_scaling_suspended

Whether scheduled scaling is suspended. Set the value to `true` if
you don't want Application Auto Scaling to add or remove capacity
by initiating scheduled actions. The default is `false`.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/SuspendedState AWS API Documentation

Constants

SENSITIVE