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

GoldengateGoldengateConnectionProperties

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

The properties of GoldengateGoldengateConnectionProperties.

interface GoldengateGoldengateConnectionProperties {
goldengateDeploymentId?: string;
host?: string;
password?: string;
passwordSecretVersion?: string;
port?: number;
technologyType?: string;
username?: string;
}

§Properties

§
goldengateDeploymentId?: string
[src]

Optional. The name of the GoldengateDeployment associated with the GoldengateConnection. Format: projects/{project}/locations/{location}/goldengateDeployments/{goldengate_deployment}

§
host?: string
[src]

Optional. The host of the GoldengateConnection.

§
password?: string
[src]

Optional. Input only. The password used to connect to the Oracle Goldengate in plain text.

§
passwordSecretVersion?: string
[src]

Optional. Input only. The resource name of a secret version in Secret Manager which contains the password used to connect to the Oracle Goldengate. Format: projects/{project}/secrets/{secret}/versions/{version}.

§
port?: number
[src]

Optional. The port of the GoldengateConnection.

§
technologyType?: string
[src]

Optional. The technology type.

§
username?: string
[src]

Optional. The username credential.