Update Findings
| accessanalyzer_update_findings | R Documentation |
Updates the status for the specified findings¶
Description¶
Updates the status for the specified findings.
Usage¶
Arguments¶
analyzerArn[required] The ARN of the analyzer that generated the findings to update.
status[required] The state represents the action to take to update the finding Status. Use
ARCHIVEto change an Active finding to an Archived finding. UseACTIVEto change an Archived finding to an Active finding.idsThe IDs of the findings to update.
resourceArnThe ARN of the resource identified in the finding.
clientTokenA client token.
Value¶
An empty list.