Values.GatewaySourceThe settings for a gateway, including its networks.
type nonrec t = {egressCidrBlocks : String_.t list option;The range of IP addresses that 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.
*)gatewayArn : String_.t option;The Amazon Resource Name (ARN) of the gateway.
*)gatewayMessages : MessageDetail.t list option;Messages with information about the gateway.
*)gatewayState : GatewayState.t option;The current status of the gateway.
*)name : String_.t option;The name of the gateway. This name can not be modified after the gateway is created.
*)networks : GatewayNetwork.t list option;The list of networks in the gateway.
*)}