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

NewTransitVirtualInterfaceAllocation

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

§Properties

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