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