waf_update_web_acl {paws.security.identity} | R Documentation |
This is AWS WAF Classic documentation
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
See https://www.paws-r-sdk.com/docs/waf_update_web_acl/ for full documentation.
Usage
waf_update_web_acl(WebACLId, ChangeToken, Updates = NULL, DefaultAction = NULL)
Arguments
WebACLId |
[required] The |
ChangeToken |
[required] The value returned by the most recent call to
|
Updates |
An array of updates to make to the WebACL. An array of
|
DefaultAction |
A default action for the web ACL, either ALLOW or BLOCK. AWS WAF performs the default action if a request doesn't match the criteria in any of the rules in a web ACL. |