Module Values.MultiRegionKeySource

Describes the primary or replica key in a multi-Region key.

Sourcetype nonrec t = {
  1. arn : ArnType.t option;
    (*

    Displays the key ARN of a primary or replica key of a multi-Region key.

    *)
  2. region : RegionType.t option;
    (*

    Displays the Amazon Web Services Region of a primary or replica key in a multi-Region key.

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