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

StatelessRuleGroup

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

Network Firewall stateless rule group, used in a "NetworkFirewallPolicyDescription".

interface StatelessRuleGroup {
Priority?: number | null;
ResourceId?: string | null;
RuleGroupName?: string | null;
}

§Properties

§
Priority?: number | null
[src]

The priority of the rule group. Network Firewall evaluates the stateless rule groups in a firewall policy starting from the lowest priority setting.

§
ResourceId?: string | null
[src]

The resource ID of the rule group.

§
RuleGroupName?: string | null
[src]

The name of the rule group.