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}
§
password?: string
[src]Optional. Input only. The password used to connect to the Oracle Goldengate in plain text.