Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

StatelessRuleGroupReference

import type { StatelessRuleGroupReference } from "https://aws-api.deno.dev/v0.4/services/networkfirewall.ts?docs=full";

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

interface StatelessRuleGroupReference {
Priority: number;
ResourceArn: string;
}

§Properties

§
Priority: number
[src]

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.

§
ResourceArn: string
[src]

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