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

SybaseSettings

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

§Properties

§
DatabaseName?: string | 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]