Class: Aws::NetworkFirewall::Types::StatelessRuleGroupReference

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

Overview

Identifier for a single stateless rule group, used in a firewall policy to refer to the rule group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#priorityInteger

An integer setting that indicates the order in which to run the stateless rule groups in a single FirewallPolicy. Network Firewall applies each stateless rule group to a packet starting with the group that has the lowest priority setting. You must ensure that the priority settings are unique within each policy.

Returns:

  • (Integer)


3868
3869
3870
3871
3872
3873
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 3868

class StatelessRuleGroupReference < Struct.new(
  :resource_arn,
  :priority)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The Amazon Resource Name (ARN) of the stateless rule group.

Returns:

  • (String)


3868
3869
3870
3871
3872
3873
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 3868

class StatelessRuleGroupReference < Struct.new(
  :resource_arn,
  :priority)
  SENSITIVE = []
  include Aws::Structure
end