DocDbSettings
import type { DocDbSettings } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/dms.ts";interface DocDbSettings {
DatabaseName?: string | null;
DocsToInvestigate?: number | null;
ExtractDocId?: boolean | 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
§
NestingLevel?: NestingLevelValue | null
[src]