Class: Aws::DynamoDB::Types::ReplicaSettingsUpdate

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#region_nameString

The Region of the replica to be added.

Returns:

  • (String)


7379
7380
7381
7382
7383
7384
7385
7386
7387
# File 'lib/aws-sdk-dynamodb/types.rb', line 7379

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_updateArray<Types::ReplicaGlobalSecondaryIndexSettingsUpdate>

Represents the settings of a global secondary index for a global table that will be modified.



7379
7380
7381
7382
7383
7384
7385
7386
7387
# File 'lib/aws-sdk-dynamodb/types.rb', line 7379

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_updateTypes::AutoScalingSettingsUpdate

Auto scaling settings for managing a global table replica’s read capacity units.



7379
7380
7381
7382
7383
7384
7385
7386
7387
# File 'lib/aws-sdk-dynamodb/types.rb', line 7379

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_unitsInteger

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*.

[1]: docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithTables.html#ProvisionedThroughput

Returns:

  • (Integer)


7379
7380
7381
7382
7383
7384
7385
7386
7387
# File 'lib/aws-sdk-dynamodb/types.rb', line 7379

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_classString

Replica-specific table class. If not specified, uses the source table’s table class.

Returns:

  • (String)


7379
7380
7381
7382
7383
7384
7385
7386
7387
# File 'lib/aws-sdk-dynamodb/types.rb', line 7379

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