Module Values.RegionMapInputValueSource

The mapping between a Amazon Web Services Region and the key that's used to encrypt the data.

Sourcetype nonrec t = {
  1. sseKmsKeyId : SseKmsKey.t option;
    (*

    The KMS key used to encrypt the data in your replication set.

    *)
}
Sourceval make : ?sseKmsKeyId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of SseKmsKey.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