types
Proxy
id : string
ID of the proxy.
folderId : string
ID of the folder that the proxy belongs to.
createdAt : google.protobuf.Timestamp
Creation timestamp for the proxy.
name : string
Name of the proxy.
description : string
Description of the proxy.
labels : string
Resource labels as key:value pairs.
target : Target
MDB specific settings.
Target
PostgreSQL
clusterId : string
Cluster identifier for postgresql.
user : string
PostgreSQL user.
password : string
PostgreSQL password, input only field.
db : string
PostgreSQL database name.
endpoint : string
PostgreSQL proxy-host for connection, output only field.
ClickHouse
clusterId : string
Cluster identifier for clickhouse.
user : string
Clickhouse user.
password : string
Clickhouse password, input only field.
db : string
Clickhouse database name.
endpoint : string
Clickhouse proxy-host for connection, output only field.
One of mdb
clickhouse: ClickHouseClickhouse settings for proxy.
postgresql: PostgreSQLPostgreSQL settings for proxy.