accessanalyzer_update_findings: Updates the status for the specified findings

View source: R/accessanalyzer_operations.R

accessanalyzer_update_findingsR Documentation

Updates the status for the specified findings

Description

Updates the status for the specified findings.

See https://www.paws-r-sdk.com/docs/accessanalyzer_update_findings/ for full documentation.

Usage

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

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.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.