View source: R/guardduty_operations.R
guardduty_update_findings_feedback | R Documentation |
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.
guardduty_update_findings_feedback(
DetectorId,
FindingIds,
Feedback,
Comments = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.