class Aws::DynamoDB::Types::AutoScalingSettingsDescription

Represents the auto scaling settings for a global table or global secondary index.

@!attribute [rw] minimum_units

The minimum capacity units that a global table or global secondary
index should be scaled down to.
@return [Integer]

@!attribute [rw] maximum_units

The maximum capacity units that a global table or global secondary
index should be scaled up to.
@return [Integer]

@!attribute [rw] auto_scaling_disabled

Disabled auto scaling for this global table or global secondary
index.
@return [Boolean]

@!attribute [rw] auto_scaling_role_arn

Role ARN used for configuring the auto scaling policy.
@return [String]

@!attribute [rw] scaling_policies

Information about the scaling policies.
@return [Array<Types::AutoScalingPolicyDescription>]

@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/AutoScalingSettingsDescription AWS API Documentation

Constants

SENSITIVE