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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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.



22122
22123
22124
22125
22126
22127
22128
22129
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22122

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

#blockTypes::AwsWafv2ActionBlockDetails

Instructs WAF to block the web request.



22122
22123
22124
22125
22126
22127
22128
22129
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22122

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.



22122
22123
22124
22125
22126
22127
22128
22129
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22122

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.



22122
22123
22124
22125
22126
22127
22128
22129
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22122

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