guardduty_update_findings_feedback: Marks the specified GuardDuty findings as useful or not...

View source: R/guardduty_operations.R

guardduty_update_findings_feedbackR Documentation

Marks the specified GuardDuty findings as useful or not useful

Description

Marks the specified GuardDuty findings as useful or not useful.

See https://www.paws-r-sdk.com/docs/guardduty_update_findings_feedback/ for full documentation.

Usage

guardduty_update_findings_feedback(
  DetectorId,
  FindingIds,
  Feedback,
  Comments = NULL
)

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.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.