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

Connection

import type { Connection } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/directconnect.ts";
interface Connection {
awsDevice?: string | null;
awsDeviceV2?: string | null;
awsLogicalDeviceId?: string | null;
bandwidth?: string | null;
connectionId?: string | null;
connectionName?: string | null;
connectionState?: ConnectionState | null;
encryptionMode?: string | null;
hasLogicalRedundancy?: HasLogicalRedundancy | null;
jumboFrameCapable?: boolean | null;
lagId?: string | null;
loaIssueTime?: Date | number | null;
location?: string | null;
macSecCapable?: boolean | null;
macSecKeys?: MacSecKey[] | null;
ownerAccount?: string | null;
partnerName?: string | null;
portEncryptionStatus?: string | null;
providerName?: string | null;
region?: string | null;
tags?: Tag[] | null;
vlan?: number | null;
}

§Properties

§
awsDevice?: string | null
[src]
§
awsDeviceV2?: string | null
[src]
§
awsLogicalDeviceId?: string | null
[src]
§
bandwidth?: string | null
[src]
§
connectionId?: string | null
[src]
§
connectionName?: string | null
[src]
§
connectionState?: ConnectionState | null
[src]
§
encryptionMode?: string | null
[src]
§
hasLogicalRedundancy?: HasLogicalRedundancy | null
[src]
§
jumboFrameCapable?: boolean | null
[src]
§
lagId?: string | null
[src]
§
loaIssueTime?: Date | number | null
[src]
§
location?: string | null
[src]
§
macSecCapable?: boolean | null
[src]
§
macSecKeys?: MacSecKey[] | null
[src]
§
ownerAccount?: string | null
[src]
§
partnerName?: string | null
[src]
§
portEncryptionStatus?: string | null
[src]
§
providerName?: string | null
[src]
§
region?: string | null
[src]
§
tags?: Tag[] | null
[src]
§
vlan?: number | null
[src]