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.deno.dev/v0.3/services/directconnect.ts?docs=full";
interface CreateInterconnectRequest {
bandwidth: string;
interconnectName: string;
lagId?: string | null;
location: string;
providerName?: string | null;
tags?: Tag[] | null;
}

§Properties

§
bandwidth: string
[src]

The port bandwidth, in Gbps. The possible values are 1 and 10.

§
interconnectName: string
[src]

The name of the interconnect.

§
lagId?: string | null
[src]

The ID of the LAG.

§
location: string
[src]

The location of the interconnect.

§
providerName?: string | null
[src]

The name of the service provider associated with the interconnect.

§
tags?: Tag[] | null
[src]

The tags to associate with the interconnect.