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

AwsWafRegionalRuleGroupDetails

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

Provides information about an WAF Regional rule group. The rule group is a collection of rules for inspecting and controlling web requests.

interface AwsWafRegionalRuleGroupDetails {
MetricName?: string | null;
Name?: string | null;
RuleGroupId?: string | null;
}

§Properties

§
MetricName?: string | null
[src]

A name for the metrics for this rule group.

§
Name?: string | null
[src]

The descriptive name of the rule group.

§
RuleGroupId?: string | null
[src]

The ID of the rule group.

§

Provides information about the rule statements used to identify the web requests that you want to allow, block, or count.