Skip to content

Update Findings Feedback

guardduty_update_findings_feedback R Documentation

Marks the specified GuardDuty findings as useful or not useful

Description

Marks the specified GuardDuty findings as useful or not useful.

Usage

guardduty_update_findings_feedback(DetectorId, FindingIds, Feedback,
  Comments)

Arguments

DetectorId

[required] The ID of the detector associated with the findings to update feedback for.

FindingIds

[required] The IDs of the findings that you want to mark as useful or not useful.

Feedback

[required] The feedback for the finding.

Comments

Additional feedback about the GuardDuty findings.

Value

An empty list.

Request syntax

svc$update_findings_feedback(
  DetectorId = "string",
  FindingIds = list(
    "string"
  ),
  Feedback = "USEFUL"|"NOT_USEFUL",
  Comments = "string"
)