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

CreateLBCookieStickinessPolicyInput

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

Contains the parameters for CreateLBCookieStickinessPolicy.

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

§Properties

§
CookieExpirationPeriod?: number | null
[src]

The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the default value is 0, which indicates that the sticky session should last for the duration of the browser session.

§
LoadBalancerName: string
[src]

The name of the load balancer.

§
PolicyName: string
[src]

The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.