GoldengateSnowflakeConnectionProperties
import type { GoldengateSnowflakeConnectionProperties } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";The properties of GoldengateSnowflakeConnection.
interface GoldengateSnowflakeConnectionProperties {
authenticationType?: "AUTHENTICATION_TYPE_UNSPECIFIED" | "BASIC" | "KEY_PAIR";
connectionUrl?: string;
password?: string;
passwordSecretVersion?: string;
privateKeyFile?: string;
privateKeyPassphraseSecret?: string;
technologyType?: string;
username?: string;
}§Properties
§
authenticationType?: "AUTHENTICATION_TYPE_UNSPECIFIED" | "BASIC" | "KEY_PAIR"
[src]Optional. Used authentication mechanism to access Snowflake.
§
connectionUrl?: string
[src]Optional. JDBC connection URL. e.g.: 'jdbc:snowflake://.snowflakecomputing.com/?warehouse=&db='
§
password?: string
[src]Optional. Input only. The password Oracle Goldengate uses to connect to Snowflake platform in plain text.