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

NewPublicVirtualInterface

import type { NewPublicVirtualInterface } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/directconnect.ts";
interface NewPublicVirtualInterface {
addressFamily?: AddressFamily | null;
amazonAddress?: string | null;
asn: number;
authKey?: string | null;
customerAddress?: string | null;
routeFilterPrefixes?: RouteFilterPrefix[] | null;
tags?: Tag[] | 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]
§
routeFilterPrefixes?: RouteFilterPrefix[] | null
[src]
§
tags?: Tag[] | null
[src]
§
virtualInterfaceName: string
[src]
§
vlan: number
[src]