Class: Aws::DynamoDB::Types::ReplicaGlobalSecondaryIndexAutoScalingDescription

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dynamodb/types.rb

Overview

Represents the auto scaling configuration for a replica global secondary index.

Instance Attribute Summary collapse

Instance Attribute Details

#index_nameString

The name of the global secondary index.

Returns:

  • (String)


6220
6221
6222
6223
6224
6225
6226
# File 'lib/aws-sdk-dynamodb/types.rb', line 6220

class ReplicaGlobalSecondaryIndexAutoScalingDescription < Struct.new(
  :index_name,
  :index_status,
  :provisioned_read_capacity_auto_scaling_settings,
  :provisioned_write_capacity_auto_scaling_settings)
  include Aws::Structure
end

#index_statusString

The current state of the replica global secondary index:

  • ‘CREATING` - The index is being created.

  • ‘UPDATING` - The index is being updated.

  • ‘DELETING` - The index is being deleted.

  • ‘ACTIVE` - The index is ready for use.

Returns:

  • (String)


6220
6221
6222
6223
6224
6225
6226
# File 'lib/aws-sdk-dynamodb/types.rb', line 6220

class ReplicaGlobalSecondaryIndexAutoScalingDescription < Struct.new(
  :index_name,
  :index_status,
  :provisioned_read_capacity_auto_scaling_settings,
  :provisioned_write_capacity_auto_scaling_settings)
  include Aws::Structure
end

#provisioned_read_capacity_auto_scaling_settingsTypes::AutoScalingSettingsDescription

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



6220
6221
6222
6223
6224
6225
6226
# File 'lib/aws-sdk-dynamodb/types.rb', line 6220

class ReplicaGlobalSecondaryIndexAutoScalingDescription < Struct.new(
  :index_name,
  :index_status,
  :provisioned_read_capacity_auto_scaling_settings,
  :provisioned_write_capacity_auto_scaling_settings)
  include Aws::Structure
end

#provisioned_write_capacity_auto_scaling_settingsTypes::AutoScalingSettingsDescription

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



6220
6221
6222
6223
6224
6225
6226
# File 'lib/aws-sdk-dynamodb/types.rb', line 6220

class ReplicaGlobalSecondaryIndexAutoScalingDescription < Struct.new(
  :index_name,
  :index_status,
  :provisioned_read_capacity_auto_scaling_settings,
  :provisioned_write_capacity_auto_scaling_settings)
  include Aws::Structure
end