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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#index_nameString

The name of the global secondary index.

Returns:

  • (String)


6899
6900
6901
6902
6903
6904
6905
6906
# File 'lib/aws-sdk-dynamodb/types.rb', line 6899

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

#index_statusString

The current state of the replica global secondary index:

  • ‘CREATING` - The index is being created.

  • ‘UPDATING` - The table/index configuration is being updated. The table/index remains available for data operations when `UPDATING`

  • ‘DELETING` - The index is being deleted.

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

Returns:

  • (String)


6899
6900
6901
6902
6903
6904
6905
6906
# File 'lib/aws-sdk-dynamodb/types.rb', line 6899

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

#provisioned_read_capacity_auto_scaling_settingsTypes::AutoScalingSettingsDescription

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



6899
6900
6901
6902
6903
6904
6905
6906
# File 'lib/aws-sdk-dynamodb/types.rb', line 6899

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

#provisioned_write_capacity_auto_scaling_settingsTypes::AutoScalingSettingsDescription

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



6899
6900
6901
6902
6903
6904
6905
6906
# File 'lib/aws-sdk-dynamodb/types.rb', line 6899

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