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

AllocateConnectionOnInterconnectRequest

import type { AllocateConnectionOnInterconnectRequest } from "https://aws-api.deno.dev/v0.3/services/directconnect.ts?docs=full";
interface AllocateConnectionOnInterconnectRequest {
bandwidth: string;
connectionName: string;
interconnectId: string;
ownerAccount: string;
vlan: number;
}

§Properties

§
bandwidth: string
[src]

The bandwidth of the connection. The possible values are 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, and 10Gbps. Note that only those Direct Connect Partners who have met specific requirements are allowed to create a 1Gbps, 2Gbps, 5Gbps or 10Gbps hosted connection.

§
connectionName: string
[src]

The name of the provisioned connection.

§
interconnectId: string
[src]

The ID of the interconnect on which the connection will be provisioned.

§
ownerAccount: string
[src]

The ID of the Amazon Web Services account of the customer for whom the connection will be provisioned.

§
vlan: number
[src]

The dedicated VLAN provisioned to the connection.