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

FirewallPolicyStatelessRuleGroupReferencesDetails

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

A stateless rule group that is used by the firewall policy.

interface FirewallPolicyStatelessRuleGroupReferencesDetails {
Priority?: number | null;
ResourceArn?: string | null;
}

§Properties

§
Priority?: number | null
[src]

The order in which to run the stateless rule group.

§
ResourceArn?: string | null
[src]

The ARN of the stateless rule group.