OBJECT
MongodbSourceConfigParams
Description
Configuration parameters for the MongoDB source object.
link GraphQL Schema definition
- type MongodbSourceConfigParams {
- # List of seed hosts for establishing connection to source cluster.
- MongodbHost!]! : [
- # We do not backup the secondary nodes if this configuration is true.
- MongodbHost!]! : [
- # SSH Port.
- Int! :
- # Username for MongoDB source .
- String! :
- # SSH user name for the source nodes.
- String! :
- # SSL configuration for the source cluster.
- MongodbSslOptions :
- }