GoldengateAmazonRedshiftConnectionProperties
import type { GoldengateAmazonRedshiftConnectionProperties } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";The properties of GoldengateAmazonRedshiftConnection.
interface GoldengateAmazonRedshiftConnectionProperties {
connectionUrl?: string;
password?: string;
passwordSecretVersion?: string;
technologyType?: string;
username?: string;
}§Properties
§
connectionUrl?: string
[src]Optional. Connection URL. e.g.: 'jdbc:redshift://aws-redshift-instance.aaaaaaaaaaaa.us-east-2.redshift.amazonaws.com:5439/mydb'
§
password?: string
[src]Optional. Input only. The password Oracle Goldengate uses for Amazon Redshift connection in plain text.