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

OpenTunnelRequest

import type { OpenTunnelRequest } from "https://aws-api.deno.dev/v0.3/services/iotsecuretunneling.ts?docs=full";
interface OpenTunnelRequest {
description?: string | null;
destinationConfig?: DestinationConfig | null;
tags?: Tag[] | null;
timeoutConfig?: TimeoutConfig | null;
}

§Properties

§
description?: string | null
[src]

A short text description of the tunnel.

§
destinationConfig?: DestinationConfig | null
[src]

The destination configuration for the OpenTunnel request.

§
tags?: Tag[] | null
[src]

A collection of tag metadata.

§
timeoutConfig?: TimeoutConfig | null
[src]

Timeout configuration for a tunnel.