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 (MREC).STRONG
: Indicates that the global table is configured for multi-Region strong consistency (MRSC).
If you don’t specify this field, the global table consistency mode defaults to
EVENTUAL
. For more information about global tables consistency modes, see Consistency modes in DynamoDB developer guide.