Module Values.RegionSource

An Amazon Web Services Region in which Amazon Web Services Control Tower expects to find the control deployed. The expected Regions are based on the Regions that are governed by the landing zone. In certain cases, a control is not actually enabled in the Region as expected, such as during drift, or mixed governance.

Sourcetype nonrec t = {
  1. name : RegionName.t option;
    (*

    The Amazon Web Services Region name.

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