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