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