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

VirtualInterface

import type { VirtualInterface } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/directconnect.ts";
interface VirtualInterface {
addressFamily?: AddressFamily | null;
amazonAddress?: string | null;
amazonSideAsn?: number | null;
asn?: number | null;
authKey?: string | null;
awsDeviceV2?: string | null;
awsLogicalDeviceId?: string | null;
bgpPeers?: BGPPeer[] | null;
connectionId?: string | null;
customerAddress?: string | null;
customerRouterConfig?: string | null;
directConnectGatewayId?: string | null;
jumboFrameCapable?: boolean | null;
location?: string | null;
mtu?: number | null;
ownerAccount?: string | null;
region?: string | null;
routeFilterPrefixes?: RouteFilterPrefix[] | null;
tags?: Tag[] | null;
virtualGatewayId?: string | null;
virtualInterfaceId?: string | null;
virtualInterfaceName?: string | null;
virtualInterfaceState?: VirtualInterfaceState | null;
virtualInterfaceType?: string | null;
vlan?: number | null;
}

§Properties

§
addressFamily?: AddressFamily | null
[src]
§
amazonAddress?: string | null
[src]
§
amazonSideAsn?: number | null
[src]
§
asn?: number | null
[src]
§
authKey?: string | null
[src]
§
awsDeviceV2?: string | null
[src]
§
awsLogicalDeviceId?: string | null
[src]
§
bgpPeers?: BGPPeer[] | null
[src]
§
connectionId?: string | null
[src]
§
customerAddress?: string | null
[src]
§
customerRouterConfig?: string | null
[src]
§
directConnectGatewayId?: string | null
[src]
§
jumboFrameCapable?: boolean | null
[src]
§
location?: string | null
[src]
§
mtu?: number | null
[src]
§
ownerAccount?: string | null
[src]
§
region?: string | null
[src]
§
routeFilterPrefixes?: RouteFilterPrefix[] | null
[src]
§
tags?: Tag[] | null
[src]
§
virtualGatewayId?: string | null
[src]
§
virtualInterfaceId?: string | null
[src]
§
virtualInterfaceName?: string | null
[src]
§
virtualInterfaceState?: VirtualInterfaceState | null
[src]
§
virtualInterfaceType?: string | null
[src]
§
vlan?: number | null
[src]