INPUT_OBJECT
MongoSourcePatchRequestConfigInput
Description
Supported in v8.1+ Configuration for patching a MongoDB source.
link GraphQL Schema definition
- input MongoSourcePatchRequestConfigInput {
- # Supported in v8.1+
- # Path to the CA certificate file.
- String :
- # Supported in v8.1+
- # List of secondaries that should be ignored.
- String!] : [
- # Supported in v8.1+
- # Password of the mongod driver user account.
- String :
- # Supported in v8.1+
- # Username of mongod driver user account.
- String :
- # Supported in v8.1+
- # Path to the SSL key file.
- String :
- # Path to the SSL certificate file.
- String :
- # Supported in v9.0+
- # Type of user authentication used when adding the MongoDB cluster.
- MongoAuthenticationType :
- # Supported in v8.1+
- # Specifies whether SSL certificates are required for the connection.
- MongoSslCertificateRequirement :
- }