class Aws::DynamoDB::Types::AutoScalingTargetTrackingScalingPolicyConfigurationDescription


@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/AutoScalingTargetTrackingScalingPolicyConfigurationDescription AWS API Documentation
@return [Float]
1.174271e+108 (Base 10) or 2e-360 to 2e360 (Base 2).
The target value for the metric. The range is 8.515920e-109 to
@!attribute [rw] target_value
@return [Integer]
continuously (but not excessively) scale out.
as part of the desired capacity for the next scale out. You should
previous scale out event that initiated the cooldown is calculated
period is in effect, the capacity that has been added by the
before another scale out activity can start. While the cooldown
The amount of time, in seconds, after a scale out activity completes
@!attribute [rw] scale_out_cooldown
@return [Integer]
scales out your scalable target immediately.
during the cooldown period after a scale-in, application autoscaling
availability. However, if another alarm triggers a scale out policy
should scale in conservatively to protect your application’s
used to block subsequent scale in requests until it has expired. You
before another scale in activity can start. The cooldown period is
The amount of time, in seconds, after a scale in activity completes
@!attribute [rw] scale_in_cooldown
@return [Boolean]
false.
remove capacity from the scalable resource. The default value is
Otherwise, scale in is enabled and the target tracking policy can
tracking policy won’t remove capacity from the scalable resource.
disabled. If the value is true, scale in is disabled and the target
Indicates whether scale in by the target tracking policy is
@!attribute [rw] disable_scale_in
Represents the properties of a target tracking scaling policy.