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

Class: Aws::SecurityHub::Types::WafAction

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

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

{
  type: "NonEmptyString",
}

Details about the action that CloudFront or AWS WAF takes when a web request matches the conditions in the rule.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

Specifies how you want AWS WAF to respond to requests that match the settings in a rule.

Valid settings include the following:

  • ALLOW - AWS WAF allows requests

  • BLOCK - AWS WAF blocks requests

  • COUNT - AWS WAF increments a counter of the requests that match all of the conditions in the rule. AWS WAF then continues to inspect the web request based on the remaining rules in the web ACL. You can\'t specify COUNT for the default action for a WebACL.

Returns:

  • (String)

    Specifies how you want AWS WAF to respond to requests that match the settings in a rule.