Values.ExpressGatewayServiceNetworkConfigurationSourceThe network configuration for an Express service. By default, an Express service utilizes subnets and security groups associated with the default VPC.
type nonrec t = {securityGroups : StringList.t option;The IDs of the security groups associated with the Express service.
*)subnets : StringList.t option;The IDs of the subnets associated with the Express service.
*)}