Learn R Programming

paws.security.identity (version 0.1.3)

guardduty_update_findings_feedback: Marks specified Amazon GuardDuty findings as useful or not useful

Description

Marks specified Amazon GuardDuty findings as useful or not useful.

Usage

guardduty_update_findings_feedback(DetectorId, FindingIds, Feedback,
  Comments)

Arguments

DetectorId

[required] The ID of the detector that specifies the GuardDuty service whose findings you want to mark as useful or not useful.

FindingIds

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

Feedback

[required] Valid values: USEFUL \| NOT\_USEFUL

Comments

Additional feedback about the GuardDuty findings.

Request syntax

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