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

AppCookieStickinessPolicy

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

Information about a policy for application-controlled session stickiness.

interface AppCookieStickinessPolicy {
CookieName?: string | null;
PolicyName?: string | null;
}

§Properties

§
CookieName?: string | null
[src]

The name of the application cookie used for stickiness.

§
PolicyName?: string | null
[src]

The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.