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

OpenTunnelResponse

import type { OpenTunnelResponse } from "https://aws-api.deno.dev/v0.4/services/iotsecuretunneling.ts?docs=full";
interface OpenTunnelResponse {
destinationAccessToken?: string | null;
sourceAccessToken?: string | null;
tunnelArn?: string | null;
tunnelId?: string | null;
}

§Properties

§
destinationAccessToken?: string | null
[src]

The access token the destination local proxy uses to connect to IoT Secure Tunneling.

§
sourceAccessToken?: string | null
[src]

The access token the source local proxy uses to connect to IoT Secure Tunneling.

§
tunnelArn?: string | null
[src]

The Amazon Resource Name for the tunnel.

§
tunnelId?: string | null
[src]

A unique alpha-numeric tunnel ID.