View source: R/wafregional_operations.R
wafregional_update_web_acl | R Documentation |
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/wafregional_update_web_acl/ for full documentation.
wafregional_update_web_acl(
WebACLId,
ChangeToken,
Updates = NULL,
DefaultAction = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.