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]