accessanalyzer_update_archive_rule {paws.security.identity} | R Documentation |
Updates the criteria and values for the specified archive rule
Description
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.
Usage
accessanalyzer_update_archive_rule(
analyzerName,
ruleName,
filter,
clientToken = NULL
)
Arguments
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. |
[Package paws.security.identity version 0.7.0 Index]