Values.NetworkConnectionActionSourceProvided if ActionType is NETWORK_CONNECTION. It provides details about the attempted network connection that was detected.
type nonrec t = {connectionDirection : NonEmptyString.t option;The direction of the network connection request (IN or OUT).
*)remoteIpDetails : ActionRemoteIpDetails.t option;Information about the remote IP address that issued the network connection request.
*)remotePortDetails : ActionRemotePortDetails.t option;Information about the port on the remote IP address.
*)localPortDetails : ActionLocalPortDetails.t option;Information about the port on the EC2 instance.
*)protocol : NonEmptyString.t option;The protocol used to make the network connection request. Length Constraints: Minimum length of 1. Maximum length of 64.
*)blocked : Boolean.t option;Indicates whether the network connection attempt was blocked.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of NonEmptyString.t
| `Structure of
(string
* [> `Integer of Integer.t
| `String of NonEmptyString.t
| `Structure of
(string
* [> `Double of Double.t
| `Integer of Integer.t
| `String of NonEmptyString.t ])
list ])
list ])
list ]