class Aws::NetworkFirewall::Types::StatelessRuleGroupReference

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

@note When making an API call, you may pass StatelessRuleGroupReference

data as a hash:

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

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the stateless rule group.
@return [String]

@!attribute [rw] priority

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.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/network-firewall-2020-11-12/StatelessRuleGroupReference AWS API Documentation

Constants

SENSITIVE