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

AwsElbAppCookieStickinessPolicy

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

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

interface AwsElbAppCookieStickinessPolicy {
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 the set of policies for the load balancer.