accessanalyzer_create_archive_rule: Creates an archive rule for the specified analyzer

View source: R/accessanalyzer_operations.R

accessanalyzer_create_archive_ruleR Documentation

Creates an archive rule for the specified analyzer

Description

Creates an archive rule for the specified analyzer. Archive rules automatically archive new findings that meet the criteria you define when you create the rule.

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

Usage

accessanalyzer_create_archive_rule(
  analyzerName,
  ruleName,
  filter,
  clientToken = NULL
)

Arguments

analyzerName

[required] The name of the created analyzer.

ruleName

[required] The name of the rule to create.

filter

[required] The criteria for the rule.

clientToken

A client token.


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