Values.NetworkConnectionActionSourceContains information about the NETWORK_CONNECTION action described in the finding.
type nonrec t = {blocked : Boolean.t option;Indicates whether EC2 blocked the network connection to your instance.
*)connectionDirection : String_.t option;The network connection direction.
*)localPortDetails : LocalPortDetails.t option;The local port information of the connection.
*)protocol : String_.t option;The network connection protocol.
*)localIpDetails : LocalIpDetails.t option;The local IP information of the connection.
*)localNetworkInterface : String_.t option;The EC2 instance's local elastic network interface utilized for the connection.
*)remoteIpDetails : RemoteIpDetails.t option;The remote IP information of the connection.
*)remotePortDetails : RemotePortDetails.t option;The remote port information of the connection.
*)}