Updates the Direct Connect dedicated connection configuration.
See https://www.paws-r-sdk.com/docs/directconnect_update_connection/ for full documentation.
directconnect_update_connection(
connectionId,
connectionName = NULL,
encryptionMode = NULL
)
[required] The ID of the dedicated connection.
You can use describe_connections
to retrieve the connection ID.
The name of the connection.
The connection MAC Security (MACsec) encryption mode.
The valid values are no_encrypt
, should_encrypt
, and must_encrypt
.