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

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.

§
passwordSecretVersion?: string
[src]

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

§
technologyType?: string
[src]

Optional. The technology type of AmazonRedshiftConnection.

§
username?: string
[src]

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