Values.NetworkConfigurationSourceDescribes the VPC networking components used to secure and enable network traffic between the Amazon Web Services resources for your environment. For more information, refer to About networking on Amazon MWAA.
type nonrec t = {subnetIds : SubnetList.t option;A list of subnet IDs. For more information, refer to About networking on Amazon MWAA.
*)securityGroupIds : SecurityGroupList.t option;A list of security group IDs. For more information, refer to Security in your VPC on Amazon MWAA.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of SubnetId.t ] list ]) list ]