Module Values.GlobalReplicationGroupInfoSource

The name of the Global datastore and role of this replication group in the Global datastore.

Sourcetype nonrec t = {
  1. globalReplicationGroupId : String_.t option;
    (*

    The name of the Global datastore

    *)
  2. globalReplicationGroupMemberRole : String_.t option;
    (*

    The role of the replication group in a Global datastore. Can be primary or secondary.

    *)
}
Sourceval make : ?globalReplicationGroupId:??? -> ?globalReplicationGroupMemberRole:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t