You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing StatelessRuleGroupReference as input to an Aws::Client method, you can use a vanilla Hash:

{
  resource_arn: "ResourceArn", # required
  priority: 1, # required
}

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

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)

    An integer setting that indicates the order in which to run the stateless rule groups in a single FirewallPolicy.

#resource_arnString

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

Returns:

  • (String)

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