multiRegionConsistency
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.