Delete Firewall Manager Rule Groups
wafv2_delete_firewall_manager_rule_groups | R Documentation |
Deletes all rule groups that are managed by Firewall Manager from the specified WebACL¶
Description¶
Deletes all rule groups that are managed by Firewall Manager from the specified WebACL.
You can only use this if ManagedByFirewallManager
and
RetrofittedByFirewallManager
are both false in the web ACL.
Usage¶
wafv2_delete_firewall_manager_rule_groups(WebACLArn, WebACLLockToken)
Arguments¶
WebACLArn |
[required] The Amazon Resource Name (ARN) of the web ACL. |
WebACLLockToken |
[required] A token used for optimistic locking. WAF returns a
token to your |
Value¶
A list with the following syntax:
list(
NextWebACLLockToken = "string"
)
Request syntax¶
svc$delete_firewall_manager_rule_groups(
WebACLArn = "string",
WebACLLockToken = "string"
)