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

AwsWafRegionalWebAclDetails

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

Provides information about the web access control list (web ACL). The web ACL contains the rules that identify the requests that you want to allow, block, or count.

interface AwsWafRegionalWebAclDetails {
DefaultAction?: string | null;
MetricName?: string | null;
Name?: string | null;
WebAclId?: string | null;
}

§Properties

§
DefaultAction?: string | null
[src]

The action to perform if none of the rules contained in the web ACL match.

§
MetricName?: string | null
[src]

A name for the metrics for this web ACL.

§
Name?: string | null
[src]

A descriptive name for the web ACL.

§

An array that contains the action for each rule in a web ACL, the priority of the rule, and the ID of the rule.

§
WebAclId?: string | null
[src]

The ID of the web ACL.