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

AwsWafRuleDetails

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

Provides information about a WAF rule. This rule specifies the web requests that you want to allow, block, or count.

interface AwsWafRuleDetails {
MetricName?: string | null;
Name?: string | null;
PredicateList?: AwsWafRulePredicateListDetails[] | null;
RuleId?: string | null;
}

§Properties

§
MetricName?: string | null
[src]

The name of the metrics for this rule.

§
Name?: string | null
[src]

A descriptive name for the rule.

§
PredicateList?: AwsWafRulePredicateListDetails[] | null
[src]

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 WAF rule.