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/WAFV2/Types/ManagedRuleGroupStatement.html below:

ManagedRuleGroupStatement — 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::WAFV2::Types::ManagedRuleGroupStatement
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing ManagedRuleGroupStatement as input to an Aws::Client method, you can use a vanilla Hash:

{
  vendor_name: "VendorName",   name: "EntityName",   excluded_rules: [
    {
      name: "EntityName",     },
  ],
}

This is the latest version of AWS WAF, named AWS WAFV2, released in November, 2019. For information, including how to migrate your AWS WAF resources from the prior release, see the AWS WAF Developer Guide.

A rule statement used to run the rules that are defined in a managed rule group. To use this, provide the vendor name and the name of the rule group in this statement. You can retrieve the required names by calling ListAvailableManagedRuleGroups.

You can't nest a ManagedRuleGroupStatement, for example for use inside a NotStatement or OrStatement. It can only be referenced as a top-level statement within a rule.

Returned by:

Instance Attribute Summary collapse Instance Attribute Details #excluded_rules ⇒ Array<Types::ExcludedRule>

The rules whose actions are set to COUNT by the web ACL, regardless of the action that is set on the rule. This effectively excludes the rule from acting on web requests.

#name ⇒ String

The name of the managed rule group. You use this, along with the vendor name, to identify the rule group.

#vendor_name ⇒ String

The name of the managed rule group vendor. You use this, along with the rule group name, to identify the rule group.


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