ReplicaSpecification
The AWS Region specific settings of a multi-Region table.
For a multi-Region table, you can configure the table's read capacity differently per AWS Region. You can do this by configuring the following parameters.
-
region
: The Region where these settings are applied. (Required) -
readCapacityUnits
: The provisioned read capacity units. (Optional) -
readCapacityAutoScaling
: The read capacity auto scaling settings for the table. (Optional)
Contents
- region
-
The AWS Region.
Type: String
Length Constraints: Minimum length of 2. Maximum length of 25.
Required: Yes
- readCapacityAutoScaling
-
The read capacity auto scaling settings for the multi-Region table in the specified AWS Region.
Type: AutoScalingSettings object
Required: No
- readCapacityUnits
-
The provisioned read capacity units for the multi-Region table in the specified AWS Region.
Type: Long
Valid Range: Minimum value of 1.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: