View source: R/guardduty_operations.R
guardduty_get_findings_statistics | R Documentation |
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
)
DetectorId |
[required] The ID of the detector whose findings statistics you want to retrieve. To find the |
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 You can use this parameter only with the |
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.