You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::WAFRegional::Types::UpdateRuleGroupRequestWhen passing UpdateRuleGroupRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
rule_group_id: "ResourceId", updates: [ {
action: "INSERT", activated_rule: { priority: 1, rule_id: "ResourceId", action: {
type: "BLOCK", },
override_action: {
type: "NONE", },
type: "REGULAR", excluded_rules: [
{
rule_id: "ResourceId", },
],
},
},
],
change_token: "ChangeToken", }
Instance Attribute Summary collapse
The value returned by the most recent call to GetChangeToken.
The RuleGroupId
of the RuleGroup that you want to update.
An array of RuleGroupUpdate
objects that you want to insert into or delete from a RuleGroup.
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
.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4