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.
wafregional_update_rule_group(RuleGroupId, Updates, ChangeToken)
[required] The RuleGroupId
of the RuleGroup that you want to update.
RuleGroupId
is returned by
create_rule_group
and by
list_rule_groups
.
[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
.
[required] The value returned by the most recent call to
get_change_token
.