Values.PortProbeActionSourceContains information about the PORT_PROBE action described in the finding.
type nonrec t = {blocked : Boolean.t option;Indicates whether EC2 blocked the port probe to the instance, such as with an ACL.
*)portProbeDetails : PortProbeDetails.t option;A list of objects related to port probe details.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `Structure of
(string
* [> `Structure of
(string
* [> `Integer of Integer.t
| `String of String_.t
| `Structure of
(string
* [> `Double of Double.t
| `String of String_.t ])
list ])
list ])
list ]
list ])
list ]