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

AwsWafRuleGroupRulesDetails

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

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

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

§Properties

§

Provides information about what action WAF should take on a web request when it matches the criteria defined in the rule.

§
Priority?: number | null
[src]

If you define more than one rule in a web ACL, WAF evaluates each request against the rules in order based on the value of Priority.

§
RuleId?: string | null
[src]

The rule ID for a rule.

§
Type?: string | null
[src]

The type of rule.