Lists GuardDuty findings statistics for the specified detector ID
Source:R/guardduty_operations.R
guardduty_get_findings_statistics.RdLists GuardDuty findings statistics for the specified detector ID.
See https://www.paws-r-sdk.com/docs/guardduty_get_findings_statistics/ for full documentation.
Usage
guardduty_get_findings_statistics(
DetectorId,
FindingStatisticTypes = NULL,
FindingCriteria = NULL,
GroupBy = NULL,
OrderBy = NULL,
MaxResults = NULL
)Arguments
- DetectorId
[required] The ID of the detector whose findings statistics you want to retrieve.
To find the
detectorIdin the current Region, see the Settings page in the GuardDuty console, or run thelist_detectorsAPI.- FindingStatisticTypes
The types of finding statistics to retrieve.
- FindingCriteria
Represents the criteria that is used for querying findings.
- GroupBy
Displays the findings statistics grouped by one of the listed valid values.
- OrderBy
Displays the sorted findings in the requested order. The default value of
orderByisDESC.You can use this parameter only with the
groupByparameter.- MaxResults
The maximum number of results to be returned in the response. The default value is 25.
You can use this parameter only with the
groupByparameter.