Learn R Programming

paws.security.identity (version 0.8.0)

guardduty_get_findings_statistics: Lists GuardDuty findings statistics for the specified detector ID

Description

Lists 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 detectorId in the current Region, see the Settings page in the GuardDuty console, or run the list_detectors API.

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 orderBy is DESC.

You can use this parameter only with the groupBy parameter.

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 groupBy parameter.