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

GoldengateElasticsearchConnectionProperties

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

The properties of GoldengateElasticsearchConnection.

interface GoldengateElasticsearchConnectionProperties {
authenticationType?: "ELASTICSEARCH_AUTHENTICATION_TYPE_UNSPECIFIED" | "NONE" | "BASIC";
fingerprint?: string;
password?: string;
passwordSecretVersion?: string;
securityProtocol?: "ELASTICSEARCH_SECURITY_PROTOCOL_UNSPECIFIED" | "PLAIN" | "TLS";
servers?: string;
technologyType?: string;
username?: string;
}

§Properties

§
authenticationType?: "ELASTICSEARCH_AUTHENTICATION_TYPE_UNSPECIFIED" | "NONE" | "BASIC"
[src]

Optional. Authentication type for Elasticsearch.

§
fingerprint?: string
[src]

Optional. Fingerprint required by TLS security protocol. Eg.: '6152b2dfbff200f973c5074a5b91d06ab3b472c07c09a1ea57bb7fd406cdce9c'

§
password?: string
[src]

Optional. Input only. The password Oracle Goldengate uses for Elastic Search 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 Elastic Search connection. Format: projects/{project}/secrets/{secret}/versions/{version}.

§
securityProtocol?: "ELASTICSEARCH_SECURITY_PROTOCOL_UNSPECIFIED" | "PLAIN" | "TLS"
[src]

Optional. Security protocol for Elasticsearch.

§
servers?: string
[src]

Optional. Comma separated list of Elasticsearch server addresses, specified as host:port entries, where :port is optional. If port is not specified, it defaults to 9200. Example: "server1.example.com:4000,server2.example.com:4000"

§
technologyType?: string
[src]

Optional. The technology type of ElasticsearchConnection.

§
username?: string
[src]

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