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

NewPrivateVirtualInterface

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

§Properties

§
addressFamily?: AddressFamily | null
[src]
§
amazonAddress?: string | null
[src]
§
asn: number
[src]
§
authKey?: string | null
[src]
§
customerAddress?: string | null
[src]
§
directConnectGatewayId?: string | null
[src]
§
mtu?: number | null
[src]
§
tags?: Tag[] | null
[src]
§
virtualGatewayId?: string | null
[src]
§
virtualInterfaceName: string
[src]
§
vlan: number
[src]