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

RuleOption

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

Additional settings for a stateful rule. This is part of the "StatefulRule" configuration.

interface RuleOption {
Keyword: string;
Settings?: string[] | null;
}

§Properties

§
Keyword: string
[src]
§
Settings?: string[] | null
[src]