MongoDbSettings constructor
MongoDbSettings({
- AuthMechanismValue? authMechanism,
- String? authSource,
- AuthTypeValue? authType,
- String? databaseName,
- String? docsToInvestigate,
- String? extractDocId,
- String? kmsKeyId,
- NestingLevelValue? nestingLevel,
- String? password,
- int? port,
- String? secretsManagerAccessRoleArn,
- String? secretsManagerSecretId,
- String? serverName,
- String? username,
Implementation
MongoDbSettings({
this.authMechanism,
this.authSource,
this.authType,
this.databaseName,
this.docsToInvestigate,
this.extractDocId,
this.kmsKeyId,
this.nestingLevel,
this.password,
this.port,
this.secretsManagerAccessRoleArn,
this.secretsManagerSecretId,
this.serverName,
this.username,
});