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

AwsWafRuleGroupRulesActionDetails

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

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

interface AwsWafRuleGroupRulesActionDetails {
Type?: string | null;
}

§Properties

§
Type?: string | null
[src]

The action that WAF should take on a web request when it matches the rule's statement.