class Aws::DynamoDB::Types::AutoScalingSettingsUpdate
@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/AutoScalingSettingsUpdate AWS API Documentation
@return [Types::AutoScalingPolicyUpdate]
global secondary index capacity units.
The scaling policy to apply for scaling target global table or
@!attribute [rw] scaling_policy_update
@return [String]
Role ARN used for configuring autoscaling policy.
@!attribute [rw] auto_scaling_role_arn
@return [Boolean]
index.
Disabled autoscaling for this global table or global secondary
@!attribute [rw] auto_scaling_disabled
@return [Integer]
index should be scaled up to.
The maximum capacity units that a global table or global secondary
@!attribute [rw] maximum_units
@return [Integer]
index should be scaled down to.
The minimum capacity units that a global table or global secondary
@!attribute [rw] minimum_units
}
},
},
target_value: 1.0, # required
scale_out_cooldown: 1,
scale_in_cooldown: 1,
disable_scale_in: false,
target_tracking_scaling_policy_configuration: { # required
policy_name: “AutoScalingPolicyName”,
scaling_policy_update: {
auto_scaling_role_arn: “AutoScalingRoleArn”,
auto_scaling_disabled: false,
maximum_units: 1,
minimum_units: 1,
{
data as a hash:
@note When making an API call, you may pass AutoScalingSettingsUpdate
or global secondary index.
Represents the autoscaling settings to be modified for a global table