MongoDbDataProviderSettings

Provides information that defines a MongoDB data provider.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The authentication method for connecting to the data provider. Valid values are DEFAULT, MONGODB_CR, or SCRAM_SHA_1.

Link copied to clipboard

The MongoDB database name. This setting isn't used when AuthType is set to "no".

Link copied to clipboard

The authentication type for the database connection. Valid values are PASSWORD or NO.

Link copied to clipboard

The Amazon Resource Name (ARN) of the certificate used for SSL connection.

Link copied to clipboard

The database name on the MongoDB data provider.

Link copied to clipboard
val port: Int?

The port value for the MongoDB data provider.

Link copied to clipboard

The name of the MongoDB server.

Link copied to clipboard

The SSL mode used to connect to the MongoDB data provider. The default value is none.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String