accessanalyzer_update_archive_rule {paws.security.identity} | R Documentation |
Updates the criteria and values for the specified archive rule.
See https://www.paws-r-sdk.com/docs/accessanalyzer_update_archive_rule/ for full documentation.
accessanalyzer_update_archive_rule(
analyzerName,
ruleName,
filter,
clientToken = NULL
)
analyzerName |
[required] The name of the analyzer to update the archive rules for. |
ruleName |
[required] The name of the rule to update. |
filter |
[required] A filter to match for the rules to update. Only rules that match the filter are updated. |
clientToken |
A client token. |