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

AwsWafRegionalWebAclRulesListDetails

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

A combination of ByteMatchSet, IPSet, and/or SqlInjectionMatchSet objects that identify the web requests that you want to allow, block, or count.

interface AwsWafRegionalWebAclRulesListDetails {
Priority?: number | null;
RuleId?: string | null;
Type?: string | null;
}

§Properties

§

The action that WAF takes when a web request matches all conditions in the rule, such as allow, block, or count the request.

§

Overrides the rule evaluation result in the rule group.

§
Priority?: number | null
[src]

The order in which WAF evaluates the rules in a web ACL.

§
RuleId?: string | null
[src]

The ID of an WAF Regional rule to associate with a web ACL.

§
Type?: string | null
[src]

For actions that are associated with a rule, the action that WAF takes when a web request matches all conditions in a rule.