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

WebACL

import type { WebACL } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/waf.ts";
interface WebACL {
DefaultAction: WafAction;
MetricName?: string | null;
Name?: string | null;
Rules: ActivatedRule[];
WebACLArn?: string | null;
WebACLId: string;
}

§Properties

§
DefaultAction: WafAction
[src]
§
MetricName?: string | null
[src]
§
Name?: string | null
[src]
§
WebACLArn?: string | null
[src]
§
WebACLId: string
[src]