Values.ReplicationGroupStatusSourceThis shows the summary status of the keyspace after a new Amazon Web Services Region was added.
type nonrec t = {region : Region.t option;The name of the Region that was added to the keyspace.
*)keyspaceStatus : KeyspaceStatus.t option;The status of the keyspace.
*)tablesReplicationProgress : TablesReplicationProgress.t option;This shows the replication progress of tables in the keyspace. The value is expressed as a percentage of the newly replicated tables with status Active compared to the total number of tables in the keyspace.
*)}