Class: Aws::FMS::Types::StatefulRuleGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::StatefulRuleGroup
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
Network Firewall stateful rule group, used in a NetworkFirewallPolicyDescription.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#override ⇒ Types::NetworkFirewallStatefulRuleGroupOverride
The action that allows the policy owner to override the behavior of the rule group within a policy.
-
#priority ⇒ Integer
An integer setting that indicates the order in which to run the stateful rule groups in a single Network Firewall firewall policy.
-
#resource_id ⇒ String
The resource ID of the rule group.
-
#rule_group_name ⇒ String
The name of the rule group.
Instance Attribute Details
#override ⇒ Types::NetworkFirewallStatefulRuleGroupOverride
The action that allows the policy owner to override the behavior of the rule group within a policy.
5253 5254 5255 5256 5257 5258 5259 5260 |
# File 'lib/aws-sdk-fms/types.rb', line 5253 class StatefulRuleGroup < Struct.new( :rule_group_name, :resource_id, :priority, :override) SENSITIVE = [] include Aws::Structure end |
#priority ⇒ Integer
An integer setting that indicates the order in which to run the stateful rule groups in a single Network Firewall firewall policy. This setting only applies to firewall policies that specify the ‘STRICT_ORDER` rule order in the stateful engine options settings.
Network Firewall evalutes each stateful rule group against a packet starting with the group that has the lowest priority setting. You must ensure that the priority settings are unique within each policy. For information about
You can change the priority settings of your rule groups at any time. To make it easier to insert rule groups later, number them so there’s a wide range in between, for example use 100, 200, and so on.
5253 5254 5255 5256 5257 5258 5259 5260 |
# File 'lib/aws-sdk-fms/types.rb', line 5253 class StatefulRuleGroup < Struct.new( :rule_group_name, :resource_id, :priority, :override) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The resource ID of the rule group.
5253 5254 5255 5256 5257 5258 5259 5260 |
# File 'lib/aws-sdk-fms/types.rb', line 5253 class StatefulRuleGroup < Struct.new( :rule_group_name, :resource_id, :priority, :override) SENSITIVE = [] include Aws::Structure end |
#rule_group_name ⇒ String
The name of the rule group.
5253 5254 5255 5256 5257 5258 5259 5260 |
# File 'lib/aws-sdk-fms/types.rb', line 5253 class StatefulRuleGroup < Struct.new( :rule_group_name, :resource_id, :priority, :override) SENSITIVE = [] include Aws::Structure end |