Module Values.CrossRegionCopyTargetSource

[Default policies only] Specifies a destination Region for cross-Region copy actions.

Sourcetype nonrec t = {
  1. targetRegion : TargetRegion.t option;
    (*

    The target Region, for example us-east-1.

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