MongoDbSettings
import type { MongoDbSettings } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/dms.ts";interface MongoDbSettings {
AuthMechanism?: AuthMechanismValue | null;
AuthSource?: string | null;
AuthType?: AuthTypeValue | null;
DatabaseName?: string | null;
DocsToInvestigate?: string | null;
ExtractDocId?: string | null;
KmsKeyId?: string | null;
NestingLevel?: NestingLevelValue | null;
Password?: string | null;
Port?: number | null;
SecretsManagerAccessRoleArn?: string | null;
SecretsManagerSecretId?: string | null;
ServerName?: string | null;
Username?: string | null;
}§Properties
§
AuthMechanism?: AuthMechanismValue | null
[src]§
AuthType?: AuthTypeValue | null
[src]§
NestingLevel?: NestingLevelValue | null
[src]