Updates the Direct Connect connection configuration
Source:R/directconnect_operations.R
directconnect_update_connection.RdUpdates the Direct Connect connection configuration.
See https://www.paws-r-sdk.com/docs/directconnect_update_connection/ for full documentation.
Arguments
- connectionId
[required] The ID of the connection.
You can use
describe_connectionsto 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, andmust_encrypt.