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

GetWebACLResponse

import type { GetWebACLResponse } from "https://aws-api.deno.dev/v0.4/services/waf.ts?docs=full";
interface GetWebACLResponse {
WebACL?: WebACL | null;
}

§Properties

§
WebACL?: WebACL | null
[src]

Information about the "WebACL" that you specified in the GetWebACL request. For more information, see the following topics:

  • "WebACL": Contains DefaultAction, MetricName, Name, an array of Rule objects, and WebACLId
  • DefaultAction (Data type is "WafAction"): Contains Type
  • Rules: Contains an array of ActivatedRule objects, which contain Action, Priority, and RuleId
  • Action: Contains Type