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

AwsWafRegionalRuleDetails

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

Provides information about an WAF Regional rule. This rule identifies the web requests that you want to allow, block, or count.

interface AwsWafRegionalRuleDetails {
MetricName?: string | null;
Name?: string | null;
PredicateList?: AwsWafRegionalRulePredicateListDetails[] | null;
RuleId?: string | null;
}

§Properties

§
MetricName?: string | null
[src]

A name for the metrics for the rule.

§
Name?: string | null
[src]

A descriptive name for the rule.

§

Specifies the ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, RegexMatchSet, GeoMatchSet, and SizeConstraintSet objects that you want to add to a rule and, for each object, indicates whether you want to negate the settings.

§
RuleId?: string | null
[src]

The ID of the rule.