accessanalyzer_create_archive_rule {paws.security.identity} | R Documentation |
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.
accessanalyzer_create_archive_rule(
analyzerName,
ruleName,
filter,
clientToken = NULL
)
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. |