DocDbSettings constructor

DocDbSettings({
  1. String? databaseName,
  2. int? docsToInvestigate,
  3. bool? extractDocId,
  4. String? kmsKeyId,
  5. NestingLevelValue? nestingLevel,
  6. String? password,
  7. int? port,
  8. String? secretsManagerAccessRoleArn,
  9. String? secretsManagerSecretId,
  10. String? serverName,
  11. String? username,
})

Implementation

DocDbSettings({
  this.databaseName,
  this.docsToInvestigate,
  this.extractDocId,
  this.kmsKeyId,
  this.nestingLevel,
  this.password,
  this.port,
  this.secretsManagerAccessRoleArn,
  this.secretsManagerSecretId,
  this.serverName,
  this.username,
});