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

ResponseHeadersPolicyAccessControlExposeHeaders

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

A list of HTTP headers that CloudFront includes as values for the Access-Control-Expose-Headers HTTP response header.

For more information about the Access-Control-Expose-Headers HTTP response header, see Access-Control-Expose-Headers in the MDN Web Docs.

interface ResponseHeadersPolicyAccessControlExposeHeaders {
Items?: string[] | null;
Quantity: number;
}

§Properties

§
Items?: string[] | null
[src]

The list of HTTP headers. You can specify * to expose all headers.

§
Quantity: number
[src]

The number of HTTP headers in the list.