:doc:`Table <index>` / Attribute / multi_region_consistency

************************
multi_region_consistency
************************



.. py:attribute:: 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 <https://docs.aws.amazon.com/V2globaltables_HowItWorks.html#V2globaltables_HowItWorks.consistency-modes>`__ in DynamoDB developer guide.

    