directconnect_update_connection {paws.networking} | R 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 |
connectionName |
The name of the connection. |
encryptionMode |
The connection MAC Security (MACsec) encryption mode. The valid values are |
[Package paws.networking version 0.9.0 Index]