Delete Archive Rule
accessanalyzer_delete_archive_rule | R Documentation |
Deletes the specified archive rule¶
Description¶
Deletes the specified archive rule.
Usage¶
accessanalyzer_delete_archive_rule(analyzerName, ruleName, clientToken)
Arguments¶
analyzerName |
[required] The name of the analyzer that associated with the archive rule to delete. |
ruleName |
[required] The name of the rule to delete. |
clientToken |
A client token. |
Value¶
An empty list.
Request syntax¶
svc$delete_archive_rule(
analyzerName = "string",
ruleName = "string",
clientToken = "string"
)