FirewallPolicyStatelessRuleGroupReferenceArgs

data class FirewallPolicyStatelessRuleGroupReferenceArgs(val priority: Output<Int>, val resourceArn: Output<String>) : ConvertibleToJava<FirewallPolicyStatelessRuleGroupReferenceArgs>

Constructors

constructor(priority: Output<Int>, resourceArn: Output<String>)

Properties

Link copied to clipboard
val priority: Output<Int>

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.

Link copied to clipboard
val resourceArn: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): FirewallPolicyStatelessRuleGroupReferenceArgs