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]§
routeFilterPrefixes?: RouteFilterPrefix[] | null
[src]§
virtualInterfaceState?: VirtualInterfaceState | null
[src]