Class: Aws::FMS::Types::StatefulRuleGroup

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

Overview

Network Firewall stateful rule group, used in a NetworkFirewallPolicyDescription.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#overrideTypes::NetworkFirewallStatefulRuleGroupOverride

The action that allows the policy owner to override the behavior of the rule group within a policy.



5243
5244
5245
5246
5247
5248
5249
5250
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 5243

class StatefulRuleGroup < Struct.new(
  :rule_group_name,
  :resource_id,
  :priority,
  :override)
  SENSITIVE = []
  include Aws::Structure
end

#priorityInteger

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.

Returns:

  • (Integer)


5243
5244
5245
5246
5247
5248
5249
5250
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 5243

class StatefulRuleGroup < Struct.new(
  :rule_group_name,
  :resource_id,
  :priority,
  :override)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The resource ID of the rule group.

Returns:

  • (String)


5243
5244
5245
5246
5247
5248
5249
5250
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 5243

class StatefulRuleGroup < Struct.new(
  :rule_group_name,
  :resource_id,
  :priority,
  :override)
  SENSITIVE = []
  include Aws::Structure
end

#rule_group_nameString

The name of the rule group.

Returns:

  • (String)


5243
5244
5245
5246
5247
5248
5249
5250
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 5243

class StatefulRuleGroup < Struct.new(
  :rule_group_name,
  :resource_id,
  :priority,
  :override)
  SENSITIVE = []
  include Aws::Structure
end