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

WafExcludedRule

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

Details about a rule to exclude from a rule group.

interface WafExcludedRule {
RuleId?: string | null;
}

§Properties

§
RuleId?: string | null
[src]

The unique identifier for the rule to exclude from the rule group.