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

CreateLagRequest

import type { CreateLagRequest } from "https://aws-api.deno.dev/v0.3/services/directconnect.ts?docs=full";
interface CreateLagRequest {
childConnectionTags?: Tag[] | null;
connectionId?: string | null;
connectionsBandwidth: string;
lagName: string;
location: string;
numberOfConnections: number;
providerName?: string | null;
requestMACSec?: boolean | null;
tags?: Tag[] | null;
}

§Properties

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

The tags to associate with the automtically created LAGs.

§
connectionId?: string | null
[src]

The ID of an existing dedicated connection to migrate to the LAG.

§
connectionsBandwidth: string
[src]

The bandwidth of the individual physical dedicated connections bundled by the LAG. The possible values are 1Gbps and 10Gbps.

§
lagName: string
[src]

The name of the LAG.

§
location: string
[src]

The location for the LAG.

§
numberOfConnections: number
[src]

The number of physical dedicated connections initially provisioned and bundled by the LAG.

§
providerName?: string | null
[src]

The name of the service provider associated with the LAG.

§
requestMACSec?: boolean | null
[src]

Indicates whether the connection will support MAC Security (MACsec).

Note: All connections in the LAG must be capable of supporting MAC Security (MACsec). 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.