guardduty_unarchive_findings: Unarchives Amazon GuardDuty findings specified by the list of finding
IDs
Description
Unarchives Amazon GuardDuty findings specified by the list of finding IDs.
Usage
guardduty_unarchive_findings(DetectorId, FindingIds)
Arguments
DetectorId
[required] The ID of the detector that specifies the GuardDuty service whose findings you want to unarchive.
FindingIds
[required] IDs of the findings that you want to unarchive.
Request syntax
svc$unarchive_findings(
DetectorId = "string",
FindingIds = list(
"string"
)
)