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

AwsWafv2RulesActionCaptchaDetails

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

Specifies that WAF should run a CAPTCHA check against the request.

interface AwsWafv2RulesActionCaptchaDetails {
CustomRequestHandling?: AwsWafv2CustomRequestHandlingDetails | null;
}

§Properties

§
CustomRequestHandling?: AwsWafv2CustomRequestHandlingDetails | null
[src]

Defines custom handling for the web request, used when the CAPTCHA inspection determines that the request's token is valid and unexpired. For more information, see Customizing web requests and responses in WAF in the WAF Developer Guide..