FirewallPolicyFirewallPolicyStatelessRuleGroupReference

data class FirewallPolicyFirewallPolicyStatelessRuleGroupReference(val priority: Int, val resourceArn: String)

Constructors

constructor(priority: Int, resourceArn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An integer setting that indicates the order in which to run the stateless rule groups in a single policy. AWS Network Firewall applies each stateless rule group to a packet starting with the group that has the lowest priority setting.

Link copied to clipboard

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