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

AwsWafv2CustomRequestHandlingDetails

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

Custom request handling behavior that inserts custom headers into a web request. WAF uses custom request handling when the rule action doesn't block the request.

interface AwsWafv2CustomRequestHandlingDetails {
InsertHeaders?: AwsWafv2CustomHttpHeader[] | null;
}

§Properties

§
InsertHeaders?: AwsWafv2CustomHttpHeader[] | null
[src]

The HTTP headers to insert into the request.