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

AllocateHostedConnectionRequest

import type { AllocateHostedConnectionRequest } from "https://aws-api.deno.dev/v0.3/services/directconnect.ts?docs=full";
interface AllocateHostedConnectionRequest {
bandwidth: string;
connectionId: string;
connectionName: string;
ownerAccount: string;
tags?: Tag[] | null;
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.

§
connectionId: string
[src]

The ID of the interconnect or LAG.

§
connectionName: string
[src]

The name of the hosted connection.

§
ownerAccount: string
[src]

The ID of the Amazon Web Services account ID of the customer for the connection.

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

The tags associated with the connection.

§
vlan: number
[src]

The dedicated VLAN provisioned to the hosted connection.