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.deno.dev/v0.3/services/cloudfront.ts?docs=full";
type OriginRequestPolicyHeaderBehavior =
| "none"
| "whitelist"
| "allViewer"
| "allViewerAndWhitelistCloudFront"

§Type

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