Class: Aws::SecurityHub::Types::AwsWafRegionalWebAclRulesListDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsWafRegionalWebAclRulesListDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
A combination of ‘ByteMatchSet`, `IPSet`, and/or `SqlInjectionMatchSet` objects that identify the web requests that you want to allow, block, or count.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ Types::AwsWafRegionalWebAclRulesListActionDetails
The action that WAF takes when a web request matches all conditions in the rule, such as allow, block, or count the request.
-
#override_action ⇒ Types::AwsWafRegionalWebAclRulesListOverrideActionDetails
Overrides the rule evaluation result in the rule group.
-
#priority ⇒ Integer
The order in which WAF evaluates the rules in a web ACL.
-
#rule_id ⇒ String
The ID of an WAF Regional rule to associate with a web ACL.
-
#type ⇒ String
For actions that are associated with a rule, the action that WAF takes when a web request matches all conditions in a rule.
Instance Attribute Details
#action ⇒ Types::AwsWafRegionalWebAclRulesListActionDetails
The action that WAF takes when a web request matches all conditions in the rule, such as allow, block, or count the request.
21652 21653 21654 21655 21656 21657 21658 21659 21660 |
# File 'lib/aws-sdk-securityhub/types.rb', line 21652 class AwsWafRegionalWebAclRulesListDetails < Struct.new( :action, :override_action, :priority, :rule_id, :type) SENSITIVE = [] include Aws::Structure end |
#override_action ⇒ Types::AwsWafRegionalWebAclRulesListOverrideActionDetails
Overrides the rule evaluation result in the rule group.
21652 21653 21654 21655 21656 21657 21658 21659 21660 |
# File 'lib/aws-sdk-securityhub/types.rb', line 21652 class AwsWafRegionalWebAclRulesListDetails < Struct.new( :action, :override_action, :priority, :rule_id, :type) SENSITIVE = [] include Aws::Structure end |
#priority ⇒ Integer
The order in which WAF evaluates the rules in a web ACL.
21652 21653 21654 21655 21656 21657 21658 21659 21660 |
# File 'lib/aws-sdk-securityhub/types.rb', line 21652 class AwsWafRegionalWebAclRulesListDetails < Struct.new( :action, :override_action, :priority, :rule_id, :type) SENSITIVE = [] include Aws::Structure end |
#rule_id ⇒ String
The ID of an WAF Regional rule to associate with a web ACL.
21652 21653 21654 21655 21656 21657 21658 21659 21660 |
# File 'lib/aws-sdk-securityhub/types.rb', line 21652 class AwsWafRegionalWebAclRulesListDetails < Struct.new( :action, :override_action, :priority, :rule_id, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
For actions that are associated with a rule, the action that WAF takes when a web request matches all conditions in a rule.
21652 21653 21654 21655 21656 21657 21658 21659 21660 |
# File 'lib/aws-sdk-securityhub/types.rb', line 21652 class AwsWafRegionalWebAclRulesListDetails < Struct.new( :action, :override_action, :priority, :rule_id, :type) SENSITIVE = [] include Aws::Structure end |