Skip to main content
Private Preview FeatureThis feature is currently in private preview. Contact support@firebolt.io to request early access.
Creates a location object that stores the connection URI and credentials for a MongoDB deployment, for use with change data capture streams.

Syntax

Parameters

TLS

TLS follows the URI: mongodb+srv:// connections use TLS, and plain mongodb:// URIs can request it with the tls=true URI option.

Example