Struct aws_sdk_networkfirewall::model::StatefulEngineOptions [−][src]
Expand description
Configuration settings for the handling of the stateful rule groups in a firewall policy.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.rule_order: Option<RuleOrder>
Indicates how to manage the order of stateful rule evaluation for the policy. By default, Network Firewall
leaves the rule evaluation order up to the Suricata rule processing engine. If you set
this to STRICT_ORDER
, your rules are evaluated in the exact order that you provide them
in the policy. With strict ordering, the rule groups are evaluated by order of priority, starting from the lowest number, and
the rules in each rule group are processed in the order that they're defined.
Implementations
Indicates how to manage the order of stateful rule evaluation for the policy. By default, Network Firewall
leaves the rule evaluation order up to the Suricata rule processing engine. If you set
this to STRICT_ORDER
, your rules are evaluated in the exact order that you provide them
in the policy. With strict ordering, the rule groups are evaluated by order of priority, starting from the lowest number, and
the rules in each rule group are processed in the order that they're defined.
Creates a new builder-style object to manufacture StatefulEngineOptions
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for StatefulEngineOptions
impl Send for StatefulEngineOptions
impl Sync for StatefulEngineOptions
impl Unpin for StatefulEngineOptions
impl UnwindSafe for StatefulEngineOptions
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more