MongodbProfile
import type { MongodbProfile } from "https://googleapis.deno.dev/v1/datastream:v1.ts";
MongoDB profile.
§Properties
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.