guardduty_unarchive_findings: 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.
FindingIds
[required] IDs of the findings to unarchive.
Request syntax
svc$unarchive_findings(
DetectorId = "string",
FindingIds = list(
"string"
)
)