Values.WickrAwsNetworksSourceIdentifies a Amazon Web Services Wickr network by region and network ID, used for configuring permitted networks for global federation.
type nonrec t = {region : GenericString.t;The Amazon Web Services region identifier where the network is hosted (e.g., 'us-east-1').
*)networkId : NetworkId.t;The network ID of the Wickr Amazon Web Services network.
*)}