Values.UpdateConnectionRequestSourceUpdates the Direct Connect connection configuration. You can update the following parameters for a connection: The connection name The connection's MAC Security (MACsec) encryption mode.
type nonrec t = {connectionId : ConnectionId.t;The ID of the connection. You can use DescribeConnections to retrieve the connection ID.
*)connectionName : ConnectionName.t option;The name of the connection.
*)encryptionMode : EncryptionMode.t option;The connection MAC Security (MACsec) encryption mode. The valid values are no_encrypt, should_encrypt, and must_encrypt.
*)}val make :
?connectionName:??? ->
?encryptionMode:??? ->
connectionId:ConnectionId.t ->
unit ->
t