Correct Paramaters for instantiating a proper remote/cloud connection

I am trying to establish the proper class usage and parameter syntax for connecting to a couchbase cloud instance.

My initial guess is it uses the Manager class in the Couchbase.lite namespace whereby the overloaded Manager class constructor that takes 2 parameters with the first being a DirectInfo class(which I think takes the string path) and the second being ManagerOptions class - I’m not sure about the parameter syntax though for utilizing Amazon or Azure. Also not sure about the manager options. If the Manager Class is the correct class for setting up a cloud connection I still don’t know how to pass the specific string parameter to access an Amazon or Azure cloud server as my guess is the string will need the password, username, maybe a db location etc.