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

GoldengateAzureSynapseAnalyticsConnectionProperties

import type { GoldengateAzureSynapseAnalyticsConnectionProperties } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";

The properties of GoldengateAzureSynapseAnalyticsConnection.

interface GoldengateAzureSynapseAnalyticsConnectionProperties {
connectionString?: string;
password?: string;
passwordSecretVersion?: string;
technologyType?: string;
username?: string;
}

§Properties

§
connectionString?: string
[src]

Optional. JDBC connection string. e.g.: 'jdbc:sqlserver://.sql.azuresynapse.net:1433;database=;encrypt=true;trustServerCertificate=false;hostNameInCertificate=*.sql.azuresynapse.net;loginTimeout=300;'

§
password?: string
[src]

Optional. Input only. The password Oracle Goldengate uses for Azure Synapse Analytics connection in plain text.

§
passwordSecretVersion?: string
[src]

Optional. Input only. The resource name of a secret version in Secret Manager which contains the password Oracle Goldengate uses for Azure Synapse Analytics connection. Format: projects/{project}/secrets/{secret}/versions/{version}.

§
technologyType?: string
[src]

Optional. The technology type of AzureSynapseAnalyticsConnection.

§
username?: string
[src]

Optional. The username Oracle Goldengate uses to connect the associated system of the given technology.