GoldengateRedisConnectionProperties
import type { GoldengateRedisConnectionProperties } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";The properties of GoldengateRedisConnection.
§Properties
Optional. Authentication type for Redis.
Optional. Input only. The resource name of a secret version in Secret Manager which contains the KeyStore password. Format: projects/{project}/secrets/{secret}/versions/{version}.
Optional. Input only. The password Oracle Goldengate uses for Redis connection in plain text.
Optional. Input only. The resource name of a secret version in Secret Manager which contains the password Oracle Goldengate uses for Redis connection. Format: projects/{project}/secrets/{secret}/versions/{version}.
Optional. Security protocol for Redis.
Optional. Comma separated list of Redis server addresses, specified as host:port entries, where :port is optional. If port is not specified, it defaults to 6379. Example: "server1.example.com:6379,server2.example.com:6379"