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

UpdateLagRequest

import type { UpdateLagRequest } from "https://aws-api.deno.dev/v0.3/services/directconnect.ts?docs=full";
interface UpdateLagRequest {
encryptionMode?: string | null;
lagId: string;
lagName?: string | null;
minimumLinks?: number | null;
}

§Properties

§
encryptionMode?: string | null
[src]

The LAG MAC Security (MACsec) encryption mode.

Amazon Web Services applies the value to all connections which are part of the LAG.

§
lagId: string
[src]

The ID of the LAG.

§
lagName?: string | null
[src]

The name of the LAG.