Updates the Direct Connect dedicated connection configuration.
See https://paws-r.github.io/docs/directconnect/update_connection.html 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
.