class Aws::ApplicationAutoScaling::Types::ScalableTargetAction

Represents the minimum and maximum capacity for a scheduled action.

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

data as a hash:

    {
      min_capacity: 1,
      max_capacity: 1,
    }

@!attribute [rw] min_capacity

The minimum capacity.

For certain resources, the minimum value allowed is 0. This includes
Lambda provisioned concurrency, Spot Fleet, ECS services, Aurora DB
clusters, EMR clusters, and custom resources. For all other
resources, the minimum value allowed is 1.
@return [Integer]

@!attribute [rw] max_capacity

The maximum capacity.

Although you can specify a large maximum capacity, note that service
quotas may impose lower limits. Each service has its own default
quotas for the maximum capacity of the resource. If you want to
specify a higher limit, you can request an increase. For more
information, consult the documentation for that service. For
information about the default quotas for each service, see [Service
Endpoints and Quotas][1] in the *Amazon Web Services General
Reference*.

[1]: https://docs.aws.amazon.com/general/latest/gr/aws-service-information.html
@return [Integer]

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

Constants

SENSITIVE