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

ResponseHeadersPolicyAccessControlAllowHeaders

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

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

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

interface ResponseHeadersPolicyAccessControlAllowHeaders {
Items: string[];
Quantity: number;
}

§Properties

§
Items: string[]
[src]

The list of HTTP header names. You can specify * to allow all headers.

§
Quantity: number
[src]

The number of HTTP header names in the list.