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

ResponseHeadersPolicyCustomHeadersConfig

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

A list of HTTP response header names and their values. CloudFront includes these headers in HTTP responses that it sends for requests that match a cache behavior that’s associated with this response headers policy.

interface ResponseHeadersPolicyCustomHeadersConfig {
Quantity: number;
}

§Properties

§

The list of HTTP response headers and their values.

§
Quantity: number
[src]

The number of HTTP response headers in the list.