Skip to content

Apply Archive Rule

accessanalyzer_apply_archive_rule R Documentation

Retroactively applies the archive rule to existing findings that meet the archive rule criteria

Description

Retroactively applies the archive rule to existing findings that meet the archive rule criteria.

Usage

accessanalyzer_apply_archive_rule(analyzerArn, ruleName, clientToken)

Arguments

analyzerArn

[required] The Amazon resource name (ARN) of the analyzer.

ruleName

[required] The name of the rule to apply.

clientToken

A client token.

Value

An empty list.

Request syntax

svc$apply_archive_rule(
  analyzerArn = "string",
  ruleName = "string",
  clientToken = "string"
)