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

AwsElbLbCookieStickinessPolicy

import type { AwsElbLbCookieStickinessPolicy } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Contains information about a stickiness policy that was created using CreateLBCookieStickinessPolicy.

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

§Properties

§
CookieExpirationPeriod?: number | null
[src]

The amount of time, in seconds, after which the cookie is considered stale. If an expiration period is not specified, the stickiness session lasts for the duration of the browser session.

§
PolicyName?: string | null
[src]

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