paws.security.identity (version 0.1.0)

guardduty_get_findings_statistics: Lists Amazon GuardDuty findings' statistics for the specified detector ID

Description

Lists Amazon GuardDuty findings' statistics for the specified detector ID.

Usage

guardduty_get_findings_statistics(DetectorId, FindingCriteria,
  FindingStatisticTypes)

Arguments

DetectorId

[required] The ID of the detector that specifies the GuardDuty service whose findings' statistics you want to retrieve.

FindingCriteria

Represents the criteria used for querying findings.

FindingStatisticTypes

[required] Types of finding statistics to retrieve.

Request syntax

svc$get_findings_statistics(
  DetectorId = "string",
  FindingCriteria = list(
    Criterion = list(
      list(
        Eq = list(
          "string"
        ),
        Gt = 123,
        Gte = 123,
        Lt = 123,
        Lte = 123,
        Neq = list(
          "string"
        )
      )
    )
  ),
  FindingStatisticTypes = list(
    "COUNT_BY_SEVERITY"
  )
)