NewTransitVirtualInterface
import type { NewTransitVirtualInterface } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/directconnect.ts";interface NewTransitVirtualInterface {
addressFamily?: AddressFamily | null;
amazonAddress?: string | null;
asn?: number | null;
authKey?: string | null;
customerAddress?: string | null;
directConnectGatewayId?: string | null;
mtu?: number | null;
tags?: Tag[] | null;
virtualInterfaceName?: string | null;
vlan?: number | null;
}§Properties
§
addressFamily?: AddressFamily | null
[src]