Skip to content

Unarchive Findings

guardduty_unarchive_findings R Documentation

Unarchives GuardDuty findings specified by the findingIds

Description

Unarchives GuardDuty findings specified by the findingIds.

Usage

guardduty_unarchive_findings(DetectorId, FindingIds)

Arguments

DetectorId

[required] The ID of the detector associated with the findings to unarchive.

To find the detectorId in the current Region, see the Settings page in the GuardDuty console, or run the list_detectors API.

FindingIds

[required] The IDs of the findings to unarchive.

Value

An empty list.

Request syntax

svc$unarchive_findings(
  DetectorId = "string",
  FindingIds = list(
    "string"
  )
)