Connection
import type { Connection } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/networkmanager.ts";interface Connection {
ConnectedDeviceId?: string | null;
ConnectedLinkId?: string | null;
ConnectionArn?: string | null;
ConnectionId?: string | null;
CreatedAt?: Date | number | null;
Description?: string | null;
DeviceId?: string | null;
GlobalNetworkId?: string | null;
LinkId?: string | null;
State?: ConnectionState | null;
Tags?: Tag[] | null;
}§Properties
§
State?: ConnectionState | null
[src]