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

CookieObject

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

Describes whether an Amazon Lightsail content delivery network (CDN) distribution forwards cookies to the origin and, if so, which ones.

For the cookies that you specify, your distribution caches separate versions of the specified content based on the cookie values in viewer requests.

interface CookieObject {
cookiesAllowList?: string[] | null;
option?: ForwardValues | null;
}

§Properties

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

The specific cookies to forward to your distribution's origin.

§
option?: ForwardValues | null
[src]

Specifies which cookies to forward to the distribution's origin for a cache behavior: all, none, or allow-list to forward only the cookies specified in the cookiesAllowList parameter.