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.