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

GoldengateOracleAIDataPlatformConnectionProperties

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

The properties of GoldengateOracleAIDataPlatformConnection.

interface GoldengateOracleAIDataPlatformConnectionProperties {
connectionUrl?: string;
privateKeyFile?: string;
privateKeyPassphraseSecret?: string;
publicKeyFingerprint?: string;
region?: string;
technologyType?: string;
tenancyId?: string;
useResourcePrincipal?: boolean;
userId?: string;
}

§Properties

§
connectionUrl?: string
[src]

Optional. Connection URL. It must start with 'jdbc:spark://'

§
privateKeyFile?: string
[src]

Optional. The content of the private key file (PEM file) corresponding to the API key of the fingerprint.

§
privateKeyPassphraseSecret?: string
[src]

Optional. The passphrase of the private key.

§
publicKeyFingerprint?: string
[src]

Optional. The fingerprint of the API Key of the user specified by the user_id.

§
region?: string
[src]

Optional. The name of the region. e.g.: us-ashburn-1

§
technologyType?: string
[src]

Optional. The technology type of OracleAiDataPlatformConnection.

§
tenancyId?: string
[src]

Optional. The OCID of the related OCI tenancy.

§
useResourcePrincipal?: boolean
[src]

Optional. Specifies that the user intends to authenticate to the instance using a resource principal.

§
userId?: string
[src]

Optional. The OCID of the OCI user who will access.