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

AwsWafRegionalWebAclRulesListActionDetails

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

The action that WAF takes when a web request matches all conditions in the rule, such as allow, block, or count the request.

interface AwsWafRegionalWebAclRulesListActionDetails {
Type?: string | null;
}

§Properties

§
Type?: string | null
[src]

For actions that are associated with a rule, the action that WAF takes when a web request matches all conditions in a rule.