ReplicaSpecificationSummary
The Region-specific settings of a multi-Region table in the specified AWS Region.
If the multi-Region table is using provisioned capacity and has optional auto scaling policies configured, note that the Region specific summary returns both read and write capacity settings. But only Region specific read capacity settings can be configured for a multi-Region table. In a multi-Region table, your write capacity units will be synced across all AWS Regions to ensure that there is enough capacity to replicate write events across Regions.
Contents
- capacitySpecification
-
The read/write throughput capacity mode for a table. The options are:
-
throughputMode:PAY_PER_REQUEST
and -
throughputMode:PROVISIONED
.
For more information, see Read/write capacity modes in the Amazon Keyspaces Developer Guide.
Type: CapacitySpecificationSummary object
Required: No
-
- region
-
The AWS Region.
Type: String
Length Constraints: Minimum length of 2. Maximum length of 25.
Required: No
- status
-
The status of the multi-Region table in the specified AWS Region.
Type: String
Valid Values:
ACTIVE | CREATING | UPDATING | DELETING | DELETED | RESTORING | INACCESSIBLE_ENCRYPTION_CREDENTIALS
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: