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
§
hasLogicalRedundancy?: HasLogicalRedundancy | null
[src]§
interconnectState?: InterconnectState | null
[src]