Class: Aws::NetworkFirewall::Types::StatefulRuleOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb

Overview

Additional options governing how Network Firewall handles the rule group. You can only use these for stateful rule groups.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rule_orderString

Indicates how to manage the order of the rule evaluation for the rule group. DEFAULT_ACTION_ORDER is the default behavior. Stateful rules are provided to the rule engine as Suricata compatible strings, and Suricata evaluates them based on certain settings. For more information, see Evaluation order for stateful rules in the Network Firewall Developer Guide.

Returns:

  • (String)


3809
3810
3811
3812
3813
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 3809

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