NewPublicVirtualInterfaceAllocation
import type { NewPublicVirtualInterfaceAllocation } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/directconnect.ts";interface NewPublicVirtualInterfaceAllocation {
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]§
routeFilterPrefixes?: RouteFilterPrefix[] | null
[src]