Table / Attribute / multi_region_consistency
multi_region_consistency#
- DynamoDB.Table.multi_region_consistency#
(string) –
Indicates one of the following consistency modes for a global table:
EVENTUAL
: Indicates that the global table is configured for multi-Region eventual consistency.STRONG
: Indicates that the global table is configured for multi-Region strong consistency (preview).
Note
Multi-Region strong consistency (MRSC) is a new DynamoDB global tables capability currently available in preview mode. For more information, see Global tables multi-Region strong consistency.
If you don’t specify this field, the global table consistency mode defaults to
EVENTUAL
.