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

UpdateConnectionRequest

import type { UpdateConnectionRequest } from "https://aws-api.deno.dev/v0.3/services/directconnect.ts?docs=full";
interface UpdateConnectionRequest {
connectionId: string;
connectionName?: string | null;
encryptionMode?: string | null;
}

§Properties

§
connectionId: string
[src]

The ID of the dedicated connection.

You can use "DescribeConnections" to retrieve the connection ID.

§
connectionName?: string | null
[src]

The name of the connection.

§
encryptionMode?: string | null
[src]

The connection MAC Security (MACsec) encryption mode.

The valid values are no_encrypt, should_encrypt, and must_encrypt.