Class: Aws::DynamoDB::Types::ReplicaSettingsUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::ReplicaSettingsUpdate
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Represents the settings for a global table in a Region that will be modified.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#region_name ⇒ String
The Region of the replica to be added.
-
#replica_global_secondary_index_settings_update ⇒ Array<Types::ReplicaGlobalSecondaryIndexSettingsUpdate>
Represents the settings of a global secondary index for a global table that will be modified.
-
#replica_provisioned_read_capacity_auto_scaling_settings_update ⇒ Types::AutoScalingSettingsUpdate
Auto scaling settings for managing a global table replica’s read capacity units.
-
#replica_provisioned_read_capacity_units ⇒ Integer
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ‘ThrottlingException`.
-
#replica_table_class ⇒ String
Replica-specific table class.
Instance Attribute Details
#region_name ⇒ String
The Region of the replica to be added.
7558 7559 7560 7561 7562 7563 7564 7565 7566 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 7558 class ReplicaSettingsUpdate < Struct.new( :region_name, :replica_provisioned_read_capacity_units, :replica_provisioned_read_capacity_auto_scaling_settings_update, :replica_global_secondary_index_settings_update, :replica_table_class) SENSITIVE = [] include Aws::Structure end |
#replica_global_secondary_index_settings_update ⇒ Array<Types::ReplicaGlobalSecondaryIndexSettingsUpdate>
Represents the settings of a global secondary index for a global table that will be modified.
7558 7559 7560 7561 7562 7563 7564 7565 7566 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 7558 class ReplicaSettingsUpdate < Struct.new( :region_name, :replica_provisioned_read_capacity_units, :replica_provisioned_read_capacity_auto_scaling_settings_update, :replica_global_secondary_index_settings_update, :replica_table_class) SENSITIVE = [] include Aws::Structure end |
#replica_provisioned_read_capacity_auto_scaling_settings_update ⇒ Types::AutoScalingSettingsUpdate
Auto scaling settings for managing a global table replica’s read capacity units.
7558 7559 7560 7561 7562 7563 7564 7565 7566 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 7558 class ReplicaSettingsUpdate < Struct.new( :region_name, :replica_provisioned_read_capacity_units, :replica_provisioned_read_capacity_auto_scaling_settings_update, :replica_global_secondary_index_settings_update, :replica_table_class) SENSITIVE = [] include Aws::Structure end |
#replica_provisioned_read_capacity_units ⇒ Integer
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ‘ThrottlingException`. For more information, see [Specifying Read and Write Requirements] in the *Amazon DynamoDB Developer Guide*.
7558 7559 7560 7561 7562 7563 7564 7565 7566 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 7558 class ReplicaSettingsUpdate < Struct.new( :region_name, :replica_provisioned_read_capacity_units, :replica_provisioned_read_capacity_auto_scaling_settings_update, :replica_global_secondary_index_settings_update, :replica_table_class) SENSITIVE = [] include Aws::Structure end |
#replica_table_class ⇒ String
Replica-specific table class. If not specified, uses the source table’s table class.
7558 7559 7560 7561 7562 7563 7564 7565 7566 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 7558 class ReplicaSettingsUpdate < Struct.new( :region_name, :replica_provisioned_read_capacity_units, :replica_provisioned_read_capacity_auto_scaling_settings_update, :replica_global_secondary_index_settings_update, :replica_table_class) SENSITIVE = [] include Aws::Structure end |