ReplicaSettingsUpdate
Represents the settings for a global table in a Region that will be modified.
Contents
Note
In the following list, the required parameters are described first.
- RegionName
-
The Region of the replica to be added.
Type: String
Required: Yes
- ReplicaGlobalSecondaryIndexSettingsUpdate
-
Represents the settings of a global secondary index for a global table that will be modified.
Type: Array of ReplicaGlobalSecondaryIndexSettingsUpdate objects
Array Members: Minimum number of 1 item. Maximum number of 20 items.
Required: No
- ReplicaProvisionedReadCapacityAutoScalingSettingsUpdate
-
Auto scaling settings for managing a global table replica's read capacity units.
Type: AutoScalingSettingsUpdate object
Required: No
- ReplicaProvisionedReadCapacityUnits
-
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.Type: Long
Valid Range: Minimum value of 1.
Required: No
- ReplicaTableClass
-
Replica-specific table class. If not specified, uses the source table's table class.
Type: String
Valid Values:
STANDARD | STANDARD_INFREQUENT_ACCESS
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: