multiRegionConsistency
Specifies the consistency mode for a new global table. This parameter is only valid when you create a global table by specifying one or more Create actions in the ReplicaUpdates action list.
You can specify one of the following consistency modes:
EVENTUAL
: Configures a new global table for multi-Region eventual consistency (MREC). This is the default consistency mode for global tables.STRONG
: Configures a new global table 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.