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