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

CreateConnectionRequest

import type { CreateConnectionRequest } from "https://aws-api.deno.dev/v0.4/services/networkmanager.ts?docs=full";
interface CreateConnectionRequest {
ConnectedDeviceId: string;
ConnectedLinkId?: string | null;
Description?: string | null;
DeviceId: string;
GlobalNetworkId: string;
LinkId?: string | null;
Tags?: Tag[] | null;
}

§Properties

§
ConnectedDeviceId: string
[src]

The ID of the second device in the connection.

§
ConnectedLinkId?: string | null
[src]

The ID of the link for the second device.

§
Description?: string | null
[src]

A description of the connection.

Length Constraints: Maximum length of 256 characters.

§
DeviceId: string
[src]

The ID of the first device in the connection.

§
GlobalNetworkId: string
[src]

The ID of the global network.

§
LinkId?: string | null
[src]

The ID of the link for the first device.

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

The tags to apply to the resource during creation.