Lists Amazon GuardDuty findings' statistics for the specified detector ID.
guardduty_get_findings_statistics(DetectorId, FindingCriteria,
FindingStatisticTypes)
[required] The ID of the detector that specifies the GuardDuty service whose findings' statistics you want to retrieve.
Represents the criteria used for querying findings.
[required] Types of finding statistics to retrieve.
svc$get_findings_statistics( DetectorId = "string", FindingCriteria = list( Criterion = list( list( Eq = list( "string" ), Gt = 123, Gte = 123, Lt = 123, Lte = 123, Neq = list( "string" ) ) ) ), FindingStatisticTypes = list( "COUNT_BY_SEVERITY" ) )