A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/WAFRegional/Types/UpdateRuleGroupRequest.html below:

UpdateRuleGroupRequest — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::WAFRegional::Types::UpdateRuleGroupRequest
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When 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 Instance Attribute Details #updates ⇒ Array<Types::RuleGroupUpdate>

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