Module Values.CreateReplicationSetInputSource

A replication set replicates and encrypts your data to the provided Regions with the provided KMS key.

Sourcetype nonrec t = {
  1. clientToken : ClientToken.t option;
    (*

    A token that ensures that the operation is called only once with the specified details.

    *)
  2. regions : RegionMapInput.t;
    (*

    The Regions that Incident Manager replicates your data to. You can have up to three Regions in your replication set.

    *)
  3. tags : TagMap.t option;
    (*

    A list of tags to add to the replication set.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientToken:??? -> ?tags:??? -> regions:RegionMapInput.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of RegionName.t ] * [> `String of TagValue.t | `Structure of (string * [> `String of SseKmsKey.t ]) list ]) list | `String of ClientToken.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