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

AwsWafRegionalRuleGroupRulesDetails

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

Provides information about the rules attached to a rule group

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

§Properties

§

The action that 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 ID for a rule.

§
Type?: string | null
[src]

The type of rule in the rule group.