Class: Aws::NetworkFirewall::Types::StatefulRuleGroupOverride
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::StatefulRuleGroupOverride
- Defined in:
- gems/aws-sdk-networkfirewall/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
DROPtoALERT.
Instance Attribute Details
#action ⇒ String
The action that changes the rule group from DROP to ALERT. This
only applies to managed rule groups.
7402 7403 7404 7405 7406 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 7402 class StatefulRuleGroupOverride < Struct.new( :action) SENSITIVE = [] include Aws::Structure end |