MongoDbDataProviderSettings
Provides information that defines a MongoDB data provider.
Types
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
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
inline fun copy(block: MongoDbDataProviderSettings.Builder.() -> Unit = {}): MongoDbDataProviderSettings