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
)
[required] The name of the created analyzer.
[required] The name of the rule to create.
[required] The criteria for the rule.
A client token.