Values.UnusedAccessFindingsStatisticsSourceProvides aggregate statistics about the findings for the specified unused access analyzer.
type nonrec t = {unusedAccessTypeStatistics : UnusedAccessTypeStatisticsList.t option;A list of details about the total number of findings for each type of unused access for the analyzer.
*)topAccounts : AccountAggregations.t option;A list of one to ten Amazon Web Services accounts that have the most active findings for the unused access analyzer.
*)totalActiveFindings : Integer.t option;The total number of active findings for the unused access analyzer.
*)totalArchivedFindings : Integer.t option;The total number of archived findings for the unused access analyzer.
*)totalResolvedFindings : Integer.t option;The total number of resolved findings for the unused access analyzer.
*)}