Skip to content

DynamoDB  >  Structures  >  ReplicaSettingsUpdate

ReplicaSettingsUpdate

Structure Class

ReplicaSettingsUpdate dataclass

Represents the settings for a global table in a Region that will be modified.

Attributes

region_name instance-attribute
region_name: str

The Region of the replica to be added.

replica_global_secondary_index_settings_update class-attribute instance-attribute
replica_global_secondary_index_settings_update: list[ReplicaGlobalSecondaryIndexSettingsUpdate] | None = None

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

replica_provisioned_read_capacity_auto_scaling_settings_update class-attribute instance-attribute
replica_provisioned_read_capacity_auto_scaling_settings_update: AutoScalingSettingsUpdate | None = None

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

replica_provisioned_read_capacity_units class-attribute instance-attribute
replica_provisioned_read_capacity_units: int | None = None

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.

replica_table_class class-attribute instance-attribute
replica_table_class: TableClass | None = None

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