Values.RegionScopeSourceDefines the Amazon Web Services Regions that the specified Firewall Manager administrator can manage.
type nonrec t = {regions : AWSRegionList.t option;The Amazon Web Services Regions that the specified Firewall Manager administrator can perform actions in.
*)allRegionsEnabled : Boolean.t option;Allows the specified Firewall Manager administrator to manage all Amazon Web Services Regions.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of [> `String of AWSRegion.t ] list ])
list ]