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

OriginCustomHeader

import type { OriginCustomHeader } from "https://aws-api.deno.dev/v0.3/services/cloudfront.ts?docs=full";

A complex type that contains HeaderName and HeaderValue elements, if any, for this distribution.

interface OriginCustomHeader {
HeaderName: string;
HeaderValue: string;
}

§Properties

§
HeaderName: string
[src]

The name of a header that you want CloudFront to send to your origin. For more information, see Adding Custom Headers to Origin Requests in the Amazon CloudFront Developer Guide.

§
HeaderValue: string
[src]

The value for the header that you specified in the HeaderName field.