Class: Aws::NetworkFirewall::Types::StatefulRuleGroupOverride
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::StatefulRuleGroupOverride
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkfirewall/types.rb
Overview
The setting that allows the policy owner to change the behavior of the rule group within a policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
The action that changes the rule group from ‘DROP` to `ALERT`.
Instance Attribute Details
#action ⇒ String
The action that changes the rule group from ‘DROP` to `ALERT`. This only applies to managed rule groups.
3803 3804 3805 3806 3807 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 3803 class StatefulRuleGroupOverride < Struct.new( :action) SENSITIVE = [] include Aws::Structure end |