Class: Aws::Keyspaces::Types::AutoScalingPolicy

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb

Overview

Amazon Keyspaces supports the target tracking auto scaling policy. With this policy, Amazon Keyspaces auto scaling ensures that the table's ratio of consumed to provisioned capacity stays at or near the target value that you specify. You define the target value as a percentage between 20 and 90.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#target_tracking_scaling_policy_configurationTypes::TargetTrackingScalingPolicyConfiguration

Auto scaling scales up capacity automatically when traffic exceeds this target utilization rate, and then back down when it falls below the target. A double between 20 and 90.



41
42
43
44
45
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 41

class AutoScalingPolicy < Struct.new(
  :target_tracking_scaling_policy_configuration)
  SENSITIVE = []
  include Aws::Structure
end