Values.CreateGatewayRequestSourceCreates a new gateway. The request must include at least one network (up to four).
type nonrec t = {egressCidrBlocks : String_.t list;The range of IP addresses that are allowed to contribute content or initiate output requests for flows communicating with this gateway. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
*)name : String_.t;The name of the gateway. This name can not be modified after the gateway is created.
*)networks : GatewayNetwork.t list;The list of networks that you want to add to the gateway.
*)}val make :
egressCidrBlocks:String_.t list ->
name:String_.t ->
networks:GatewayNetwork.t list ->
unit ->
t