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

TargetGroupStickinessConfig

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

Information about the target group stickiness for a rule.

interface TargetGroupStickinessConfig {
DurationSeconds?: number | null;
Enabled?: boolean | null;
}

§Properties

§
DurationSeconds?: number | null
[src]

The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).

§
Enabled?: boolean | null
[src]

Indicates whether target group stickiness is enabled.