MongodbProfile
import type { MongodbProfile } from "https://googleapis.deno.dev/v1/datastream:v1.ts";MongoDB profile.
§Properties
Optional. Specifies additional options for the MongoDB connection. The
options should be sent as key-value pairs, for example: additional_options = {"serverSelectionTimeoutMS": "10000", "directConnection": "true"}. Keys
are case-sensitive and should match the official MongoDB connection string
options:
https://www.mongodb.com/docs/manual/reference/connection-string-options/
The server will not modify the values provided by the user.
Required. List of host addresses for a MongoDB cluster. For SRV connection format, this list must contain exactly one DNS host without a port. For Standard connection format, this list must contain all the required hosts in the cluster with their respective ports.
Optional. Password for the MongoDB connection. Mutually exclusive with the
secret_manager_stored_password field.
Optional. Name of the replica set. Only needed for self hosted replica set type MongoDB cluster. For SRV connection format, this field must be empty. For Standard connection format, this field must be specified.
Optional. A reference to a Secret Manager resource name storing the
SQLServer connection password. Mutually exclusive with the password
field.
Srv connection format.
Optional. SSL configuration for the MongoDB connection.
Standard connection format.