class Aws::DynamoDB::Types::GlobalTableGlobalSecondaryIndexSettingsUpdate
@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/GlobalTableGlobalSecondaryIndexSettingsUpdate AWS API Documentation
@return [Types::AutoScalingSettingsUpdate]
capacity units.
Auto scaling settings for managing a global secondary index’s write
@!attribute [rw] provisioned_write_capacity_auto_scaling_settings_update
@return [Integer]
returns a ‘ThrottlingException.`
The maximum number of writes consumed per second before DynamoDB
@!attribute [rw] provisioned_write_capacity_units
@return [String]
among all other indexes on this table.
The name of the global secondary index. The name must be unique
@!attribute [rw] index_name
}
},
},
},
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,
provisioned_write_capacity_auto_scaling_settings_update: {
provisioned_write_capacity_units: 1,
index_name: “IndexName”, # required
{
data as a hash:
@note When making an API call, you may pass GlobalTableGlobalSecondaryIndexSettingsUpdate
that will be modified.
Represents the settings of a global secondary index for a global table