wafregional_update_rule_group {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_group/ for full documentation.
Usage
wafregional_update_rule_group(RuleGroupId, Updates, ChangeToken)
Arguments
RuleGroupId |
[required] The RuleGroupId of the RuleGroup that you want to update.
RuleGroupId is returned by
create_rule_group and by
list_rule_groups .
|
Updates |
[required] An array of RuleGroupUpdate objects that you want to insert into or
delete from a RuleGroup.
You can only insert REGULAR rules into a rule group.
ActivatedRule|OverrideAction applies only when updating or adding a
RuleGroup to a WebACL . In this case you do not use
ActivatedRule|Action . For all other update requests,
ActivatedRule|Action is used instead of
ActivatedRule|OverrideAction .
|
ChangeToken |
[required] The value returned by the most recent call to
get_change_token .
|
[Package
paws.security.identity version 0.7.0
Index]