paws.security.identity (version 0.1.0)

guardduty_get_findings: Describes Amazon GuardDuty findings specified by finding IDs

Description

Describes Amazon GuardDuty findings specified by finding IDs.

Usage

guardduty_get_findings(DetectorId, FindingIds, SortCriteria)

Arguments

DetectorId

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

FindingIds

[required] IDs of the findings that you want to retrieve.

SortCriteria

Represents the criteria used for sorting findings.

Request syntax

svc$get_findings(
  DetectorId = "string",
  FindingIds = list(
    "string"
  ),
  SortCriteria = list(
    AttributeName = "string",
    OrderBy = "ASC"|"DESC"
  )
)