Class: Aws::NetworkFirewall::Types::StatefulRuleGroupOverride

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#actionString

The action that changes the rule group from DROP to ALERT. This only applies to managed rule groups.

Returns:

  • (String)


3746
3747
3748
3749
3750
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 3746

class StatefulRuleGroupOverride < Struct.new(
  :action)
  SENSITIVE = []
  include Aws::Structure
end