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

CreateConnectionRequest

import type { CreateConnectionRequest } from "https://aws-api.deno.dev/v0.3/services/directconnect.ts?docs=full";
interface CreateConnectionRequest {
bandwidth: string;
connectionName: string;
lagId?: string | null;
location: string;
providerName?: string | null;
requestMACSec?: boolean | null;
tags?: Tag[] | null;
}

§Properties

§
bandwidth: string
[src]

The bandwidth of the connection.

§
connectionName: string
[src]

The name of the connection.

§
lagId?: string | null
[src]

The ID of the LAG.

§
location: string
[src]

The location of the connection.

§
providerName?: string | null
[src]

The name of the service provider associated with the requested connection.

§
requestMACSec?: boolean | null
[src]

Indicates whether you want the connection to support MAC Security (MACsec).

MAC Security (MACsec) is only available on dedicated connections. For information about MAC Security (MACsec) prerequisties, see MACsec prerequisties in the Direct Connect User Guide.

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

The tags to associate with the lag.