wafregional_update_rule {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/wafregional_update_rule/ for full documentation.
Usage
wafregional_update_rule(RuleId, ChangeToken, Updates)
Arguments
RuleId |
[required] The RuleId of the Rule that you want to update. RuleId is returned
by create_rule and by
list_rules .
|
ChangeToken |
[required] The value returned by the most recent call to
get_change_token .
|
Updates |
[required] An array of RuleUpdate objects that you want to insert into or delete
from a Rule. For more information, see the applicable data types:
RuleUpdate: Contains Action and Predicate
Predicate: Contains DataId , Negated , and Type
FieldToMatch: Contains Data and Type
|
[Package
paws.security.identity version 0.7.0
Index]