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

AwsWafv2CustomHttpHeader

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

A custom header for custom request and response handling.

interface AwsWafv2CustomHttpHeader {
Name?: string | null;
Value?: string | null;
}

§Properties

§
Name?: string | null
[src]

The name of the custom header.

§
Value?: string | null
[src]

The value of the custom header.