Class: Aws::SecurityHub::Types::AwsWafv2RulesActionDetails

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

The action that WAF should take on a web request when it matches a rule’s statement. Settings at the web ACL level can override the rule action setting.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allowTypes::AwsWafv2ActionAllowDetails

Instructs WAF to allow the web request.



22161
22162
22163
22164
22165
22166
22167
22168
# File 'lib/aws-sdk-securityhub/types.rb', line 22161

class AwsWafv2RulesActionDetails < Struct.new(
  :allow,
  :block,
  :captcha,
  :count)
  SENSITIVE = []
  include Aws::Structure
end

#blockTypes::AwsWafv2ActionBlockDetails

Instructs WAF to block the web request.



22161
22162
22163
22164
22165
22166
22167
22168
# File 'lib/aws-sdk-securityhub/types.rb', line 22161

class AwsWafv2RulesActionDetails < Struct.new(
  :allow,
  :block,
  :captcha,
  :count)
  SENSITIVE = []
  include Aws::Structure
end

#captchaTypes::AwsWafv2RulesActionCaptchaDetails

Instructs WAF to run a CAPTCHA check against the web request.



22161
22162
22163
22164
22165
22166
22167
22168
# File 'lib/aws-sdk-securityhub/types.rb', line 22161

class AwsWafv2RulesActionDetails < Struct.new(
  :allow,
  :block,
  :captcha,
  :count)
  SENSITIVE = []
  include Aws::Structure
end

#countTypes::AwsWafv2RulesActionCountDetails

Instructs WAF to count the web request and then continue evaluating the request using the remaining rules in the web ACL.



22161
22162
22163
22164
22165
22166
22167
22168
# File 'lib/aws-sdk-securityhub/types.rb', line 22161

class AwsWafv2RulesActionDetails < Struct.new(
  :allow,
  :block,
  :captcha,
  :count)
  SENSITIVE = []
  include Aws::Structure
end