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

AwsWafv2RulesActionDetails

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

The action that WAF should take on a web request when it matches a rule's statement. Settings at the web ACL level can override the rule action setting.

interface AwsWafv2RulesActionDetails {}

§Properties

§

Instructs WAF to allow the web request.

§

Instructs WAF to block the web request.

§

Instructs WAF to run a CAPTCHA check against the web request.

§

Instructs WAF to count the web request and then continue evaluating the request using the remaining rules in the web ACL.