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

AwsWafv2WebAclDetails

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

Details about an WAFv2 web Access Control List (ACL).

interface AwsWafv2WebAclDetails {
Arn?: string | null;
Capacity?: number | null;
CaptchaConfig?: AwsWafv2WebAclCaptchaConfigDetails | null;
DefaultAction?: AwsWafv2WebAclActionDetails | null;
Description?: string | null;
Id?: string | null;
ManagedbyFirewallManager?: boolean | null;
Name?: string | null;
Rules?: AwsWafv2RulesDetails[] | null;
VisibilityConfig?: AwsWafv2VisibilityConfigDetails | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the web ACL that you want to associate with the resource.

§
Capacity?: number | null
[src]

The web ACL capacity units (WCUs) currently being used by this web ACL.

§

Specifies how WAF should handle CAPTCHA evaluations for rules that don't have their own CaptchaConfig settings.

§
DefaultAction?: AwsWafv2WebAclActionDetails | null
[src]

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

§
Description?: string | null
[src]

A description of the web ACL that helps with identification.

§
Id?: string | null
[src]

A unique identifier for the web ACL.

§
ManagedbyFirewallManager?: boolean | null
[src]

Indicates whether this web ACL is managed by Firewall Manager.

§
Name?: string | null
[src]

The name of the web ACL.

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

The Rule statements used to identify the web requests that you want to allow, block, or count. Each rule includes one top-level statement that WAF uses to identify matching web requests, and parameters that govern how WAF handles them.

§
VisibilityConfig?: AwsWafv2VisibilityConfigDetails | null
[src]

Defines and enables Amazon CloudWatch metrics and web request sample collection.