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

AwsWafRuleGroupDetails

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

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

interface AwsWafRuleGroupDetails {
MetricName?: string | null;
Name?: string | null;
RuleGroupId?: string | null;
Rules?: AwsWafRuleGroupRulesDetails[] | null;
}

§Properties

§
MetricName?: string | null
[src]

The name of the metrics for this rule group.

§
Name?: string | null
[src]

The name of the rule group.

§
RuleGroupId?: string | null
[src]

The ID of the rule group.

§

Provides information about the rules attached to the rule group. These rules identify the web requests that you want to allow, block, or count.