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

LBCookieStickinessPolicy

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

Information about a policy for duration-based session stickiness.

interface LBCookieStickinessPolicy {
CookieExpirationPeriod?: number | null;
PolicyName?: string | null;
}

§Properties

§
CookieExpirationPeriod?: number | null
[src]

The time period, in seconds, after which the cookie should be considered stale. If this parameter is not specified, the stickiness session lasts for the duration of the browser session.

§
PolicyName?: string | null
[src]

The name of the policy. This name must be unique within the set of policies for this load balancer.