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

AwsWafv2ActionBlockDetails

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

Specifies that WAF should block the request and optionally defines additional custom handling for the response to the web request.

interface AwsWafv2ActionBlockDetails {
CustomResponse?: AwsWafv2CustomResponseDetails | null;
}

§Properties

§
CustomResponse?: AwsWafv2CustomResponseDetails | null
[src]

Defines a custom response for the web request. For information, see Customizing web requests and responses in WAF in the WAF Developer Guide..