Values.FindingsStatisticsSourceContains information about the aggregate statistics for an external or unused access analyzer. Only one parameter can be used in a FindingsStatistics object.
type nonrec t = {externalAccessFindingsStatistics : ExternalAccessFindingsStatistics.t option;The aggregate statistics for an external access analyzer.
*)internalAccessFindingsStatistics : InternalAccessFindingsStatistics.t option;The aggregate statistics for an internal access analyzer. This includes information about active, archived, and resolved findings related to internal access within your Amazon Web Services organization or account.
*)unusedAccessFindingsStatistics : UnusedAccessFindingsStatistics.t option;The aggregate statistics for an unused access analyzer.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Integer of Integer.t
| `List of
[> `Structure of
(string
* [> `Integer of Integer.t
| `Map of
([> `String of String_.t ]
* [> `Integer of Integer.t ])
list
| `String of String_.t ])
list ]
list
| `Map of
([> `Enum of string ]
* [> `Structure of
(string * [> `Integer of Integer.t ]) list ])
list ])
list ])
list ]