accessanalyzer_create_archive_rule {paws.security.identity} | R 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. |
[Package paws.security.identity version 0.9.0 Index]