guardduty_get_findings_statistics {paws.security.identity} | R Documentation |
Lists Amazon GuardDuty findings statistics for the specified detector ID
Description
Lists Amazon 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,
FindingCriteria = NULL
)
Arguments
DetectorId |
[required] The ID of the detector that specifies the GuardDuty service whose findings' statistics you want to retrieve. |
FindingStatisticTypes |
[required] The types of finding statistics to retrieve. |
FindingCriteria |
Represents the criteria that is used for querying findings. |
[Package paws.security.identity version 0.7.0 Index]