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

AwsWafWebAclDetails

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

Provides information about an WAF web access control list (web ACL).

interface AwsWafWebAclDetails {
DefaultAction?: string | null;
Name?: string | null;
Rules?: AwsWafWebAclRule[] | null;
WebAclId?: string | null;
}

§Properties

§
DefaultAction?: string | null
[src]

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

§
Name?: string | null
[src]

A friendly name or description of the web ACL. You can't change the name of a web ACL after you create it.

§
Rules?: AwsWafWebAclRule[] | null
[src]

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]

A unique identifier for a web ACL.