Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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

§
DatabaseName?: string | null
[src]
§
DocsToInvestigate?: number | null
[src]
§
ExtractDocId?: boolean | null
[src]
§
KmsKeyId?: string | null
[src]
§
NestingLevel?: NestingLevelValue | null
[src]
§
Password?: string | null
[src]
§
Port?: number | null
[src]
§
SecretsManagerAccessRoleArn?: string | null
[src]
§
SecretsManagerSecretId?: string | null
[src]
§
ServerName?: string | null
[src]
§
Username?: string | null
[src]