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

TimeoutConfig

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

Tunnel timeout configuration.

interface TimeoutConfig {
maxLifetimeTimeoutMinutes?: number | null;
}

§Properties

§
maxLifetimeTimeoutMinutes?: number | null
[src]

The maximum amount of time (in minutes) a tunnel can remain open. If not specified, maxLifetimeTimeoutMinutes defaults to 720 minutes. Valid values are from 1 minute to 12 hours (720 minutes)