Skip to content

Update Findings

accessanalyzer_update_findings R Documentation

Updates the status for the specified findings

Description

Updates the status for the specified findings.

Usage

accessanalyzer_update_findings(analyzerArn, status, ids, resourceArn,
  clientToken)

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. Use ACTIVE 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.

Request syntax

svc$update_findings(
  analyzerArn = "string",
  status = "ACTIVE"|"ARCHIVED",
  ids = list(
    "string"
  ),
  resourceArn = "string",
  clientToken = "string"
)