directconnect_update_connection: Updates the Direct Connect dedicated connection configuration

View source: R/directconnect_operations.R

directconnect_update_connectionR Documentation

Updates the Direct Connect dedicated connection configuration

Description

Updates the Direct Connect dedicated connection configuration.

See https://www.paws-r-sdk.com/docs/directconnect_update_connection/ for full documentation.

Usage

directconnect_update_connection(
  connectionId,
  connectionName = NULL,
  encryptionMode = NULL
)

Arguments

connectionId

[required] The ID of the dedicated connection.

You can use describe_connections to retrieve the connection ID.

connectionName

The name of the connection.

encryptionMode

The connection MAC Security (MACsec) encryption mode.

The valid values are no_encrypt, should_encrypt, and must_encrypt.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.