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

Interconnect

import type { Interconnect } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/directconnect.ts";
interface Interconnect {
awsDevice?: string | null;
awsDeviceV2?: string | null;
awsLogicalDeviceId?: string | null;
bandwidth?: string | null;
hasLogicalRedundancy?: HasLogicalRedundancy | null;
interconnectId?: string | null;
interconnectName?: string | null;
interconnectState?: InterconnectState | null;
jumboFrameCapable?: boolean | null;
lagId?: string | null;
loaIssueTime?: Date | number | null;
location?: string | null;
providerName?: string | null;
region?: string | null;
tags?: Tag[] | null;
}

§Properties

§
awsDevice?: string | null
[src]
§
awsDeviceV2?: string | null
[src]
§
awsLogicalDeviceId?: string | null
[src]
§
bandwidth?: string | null
[src]
§
hasLogicalRedundancy?: HasLogicalRedundancy | null
[src]
§
interconnectId?: string | null
[src]
§
interconnectName?: string | null
[src]
§
interconnectState?: InterconnectState | null
[src]
§
jumboFrameCapable?: boolean | null
[src]
§
lagId?: string | null
[src]
§
loaIssueTime?: Date | number | null
[src]
§
location?: string | null
[src]
§
providerName?: string | null
[src]
§
region?: string | null
[src]
§
tags?: Tag[] | null
[src]