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 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.


[Package paws.networking version 0.7.0 Index]