Values.UpdateNetworkConfigurationInputSourceDefines 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 = {securityGroupIds : SecurityGroupList.t;A list of security group IDs. A security group must be attached to the same VPC as the subnets. For more information, refer to Security in your VPC on Amazon MWAA.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of SecurityGroupId.t ] list ]) list ]