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

DestinationConfig

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

The destination configuration.

interface DestinationConfig {
services: string[];
thingName?: string | null;
}

§Properties

§
services: string[]
[src]

A list of service names that identity the target application. The AWS IoT client running on the destination device reads this value and uses it to look up a port or an IP address and a port. The AWS IoT client instantiates the local proxy which uses this information to connect to the destination application.

§
thingName?: string | null
[src]

The name of the IoT thing to which you want to connect.