MongoDbSettings constructor

MongoDbSettings({
  1. AuthMechanismValue? authMechanism,
  2. String? authSource,
  3. AuthTypeValue? authType,
  4. String? databaseName,
  5. String? docsToInvestigate,
  6. String? extractDocId,
  7. String? kmsKeyId,
  8. NestingLevelValue? nestingLevel,
  9. String? password,
  10. int? port,
  11. String? secretsManagerAccessRoleArn,
  12. String? secretsManagerSecretId,
  13. String? serverName,
  14. 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,
});