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

CreateInterconnectRequest

import type { CreateInterconnectRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/directconnect.ts";
interface CreateInterconnectRequest {
bandwidth: string;
interconnectName: string;
lagId?: string | null;
location: string;
providerName?: string | null;
tags?: Tag[] | null;
}

§Properties

§
bandwidth: string
[src]
§
interconnectName: string
[src]
§
lagId?: string | null
[src]
§
location: string
[src]
§
providerName?: string | null
[src]
§
tags?: Tag[] | null
[src]