Values.CreateNetworkRequestSourceA request to create a Network.
type nonrec t = {ipPools : IpPoolCreateRequest.t list option;An array of IpPoolCreateRequests that identify a collection of IP addresses in your network that you want to reserve for use in MediaLive Anywhere. MediaLiveAnywhere uses these IP addresses for Push inputs (in both Bridge and NATnetworks) and for output destinations (only in Bridge networks). EachIpPoolUpdateRequest specifies one CIDR block.
*)name : string option;Specify a name that is unique in the AWS account. We recommend that you assign a name that hints at the type of traffic on the network. Names are case-sensitive.
*)requestId : string option;An ID that you assign to a create request. This ID ensures idempotency when creating resources.
*)routes : RouteCreateRequest.t list option;An array of routes that MediaLive Anywhere needs to know about in order to route encoding traffic.
*)}