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

OriginRequestPolicyHeaderBehavior

import type { OriginRequestPolicyHeaderBehavior } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/cloudfront.ts";
type OriginRequestPolicyHeaderBehavior =
| "none"
| "whitelist"
| "allViewer"
| "allViewerAndWhitelistCloudFront"

§Type

§
"none" | "whitelist" | "allViewer" | "allViewerAndWhitelistCloudFront" | cmnP.UnexpectedEnumValue
[src]