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
ARCHIVE
to change an Active finding to an Archived finding. UseACTIVE
to change an Archived finding to an Active finding.ids
The IDs of the findings to update.
resourceArn
The ARN of the resource identified in the finding.
clientToken
A client token.
Value¶
An empty list.