Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 3.49 KB

File metadata and controls

14 lines (10 loc) · 3.49 KB

DestinationMongodb

⚠️ DEPRECATED: Typed connector configuration models are deprecated and will be removed in v1.1.0. Pass configuration as a plain dict with a required 'destinationType' key instead..

Fields

Field Type Required Description
auth_type models.AuthorizationType ✔️ Authorization type.
database str ✔️ Name of the database.
destination_type models.Mongodb ✔️ N/A
instance_type Optional[models.MongoDbInstanceType] MongoDb instance to connect to. For MongoDB Atlas and Replica Set TLS connection is used by default.
tunnel_method Optional[models.DestinationMongodbSSHTunnelMethod] Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.