IBMDb2Settings
import type { IBMDb2Settings } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/dms.ts";interface IBMDb2Settings {
CurrentLsn?: string | null;
DatabaseName?: string | null;
MaxKBytesPerRead?: number | null;
Password?: string | null;
Port?: number | null;
SecretsManagerAccessRoleArn?: string | null;
SecretsManagerSecretId?: string | null;
ServerName?: string | null;
SetDataCaptureChanges?: boolean | null;
Username?: string | null;
}