Values.ExternalAccessFindingsStatisticsSourceProvides aggregate statistics about the findings for the specified external access analyzer.
type nonrec t = {resourceTypeStatistics : ResourceTypeStatisticsMap.t option;The total number of active cross-account and public findings for each resource type of the specified external access analyzer.
*)totalActiveFindings : Integer.t option;The number of active findings for the specified external access analyzer.
*)totalArchivedFindings : Integer.t option;The number of archived findings for the specified external access analyzer.
*)totalResolvedFindings : Integer.t option;The number of resolved findings for the specified external access analyzer.
*)}