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

StatelessRulesAndCustomActions

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

Stateless inspection criteria. Each stateless rule group uses exactly one of these data types to define its stateless rules.

interface StatelessRulesAndCustomActions {
CustomActions?: CustomAction[] | null;
StatelessRules: StatelessRule[];
}

§Properties

§
CustomActions?: CustomAction[] | null
[src]

Defines an array of individual custom action definitions that are available for use by the stateless rules in this StatelessRulesAndCustomActions specification. You name each custom action that you define, and then you can use it by name in your "StatelessRule" "RuleDefinition" Actions specification.

§
StatelessRules: StatelessRule[]
[src]

Defines the set of stateless rules for use in a stateless rule group.