waf_update_rule_group: This is AWS WAF Classic documentation

View source: R/waf_operations.R

waf_update_rule_groupR 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_rule_group/ for full documentation.

Usage

waf_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.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.