Yandex Cloud
Поиск
Связаться с экспертомПопробовать бесплатно
  • Кейсы
  • Документация
  • Блог
  • Все сервисы
  • Статус работы сервисов
  • Marketplace
    • Доступны в регионе
    • Инфраструктура и сеть
    • Платформа данных
    • Искусственный интеллект
    • Безопасность
    • Инструменты DevOps
    • Бессерверные вычисления
    • Управление ресурсами
  • Все решения
    • По отраслям
    • По типу задач
    • Экономика платформы
    • Безопасность
    • Техническая поддержка
    • Каталог партнёров
    • Обучение и сертификация
    • Облако для стартапов
    • Облако для крупного бизнеса
    • Центр технологий для общества
    • Партнёрская программа
    • Поддержка IT-бизнеса
    • Облако для фрилансеров
    • Обучение и сертификация
    • Блог
    • Документация
    • Мероприятия и вебинары
    • Контакты, чаты и сообщества
    • Идеи
    • Калькулятор цен
    • Тарифы
    • Акции и free tier
  • Кейсы
  • Документация
  • Блог
Создавайте контент и получайте гранты!Готовы написать своё руководство? Участвуйте в контент-программе и получайте гранты на работу с облачными сервисами!
Подробнее о программе
Проект Яндекса
© 2026 ТОО «Облачные Сервисы Казахстан»
Yandex Managed Service for Trino
RU
  • Начало работы
  • Справочник Terraform
    • Аутентификация в API
      • Overview
        • Overview
        • Get
        • List
        • Create
        • Update
        • Delete
  • Квоты и лимиты
  • Управление доступом
  • Правила тарификации
  • Метрики Yandex Monitoring
  • Аудитные логи Audit Trails
  • История изменений

В этой статье:

  • gRPC request
  • GetCatalogRequest
  • Catalog
  • Connector
  • HiveConnector
  • Metastore
  • HiveMetastore
  • Protocol
  • Thrift
  • IcebergRest
  • RestMetastore
  • Authorization
  • NoneAuth
  • FileSystem
  • S3FileSystem
  • ExternalS3FileSystem
  • IcebergConnector
  • DeltaLakeConnector
  • PostgresqlConnector
  • PostgresqlConnection
  • OnPremise
  • ConnectionManager
  • ClickhouseConnector
  • ClickhouseConnection
  • OnPremise
  • ConnectionManager
  • TPCHConnector
  • TPCDSConnector
  • OracleConnector
  • OracleConnection
  • OnPremise
  • SQLServerConnector
  • SQLServerConnection
  • OnPremise
  • HudiConnector
  • MysqlConnector
  • MysqlConnection
  • OnPremise
  • ConnectionManager
  • GreenplumConnector
  • GreenplumConnection
  • OnPremise
  • ConnectionManager
  1. Справочник API
  2. gRPC (англ.)
  3. Catalog
  4. Get

Managed Service for Trino API, gRPC: CatalogService.Get

Статья создана
Yandex Cloud
Обновлена 1 июля 2026 г.
Открыть в Markdown
  • gRPC request
  • GetCatalogRequest
  • Catalog
  • Connector
  • HiveConnector
  • Metastore
  • HiveMetastore
  • Protocol
  • Thrift
  • IcebergRest
  • RestMetastore
  • Authorization
  • NoneAuth
  • FileSystem
  • S3FileSystem
  • ExternalS3FileSystem
  • IcebergConnector
  • DeltaLakeConnector
  • PostgresqlConnector
  • PostgresqlConnection
  • OnPremise
  • ConnectionManager
  • ClickhouseConnector
  • ClickhouseConnection
  • OnPremise
  • ConnectionManager
  • TPCHConnector
  • TPCDSConnector
  • OracleConnector
  • OracleConnection
  • OnPremise
  • SQLServerConnector
  • SQLServerConnection
  • OnPremise
  • HudiConnector
  • MysqlConnector
  • MysqlConnection
  • OnPremise
  • ConnectionManager
  • GreenplumConnector
  • GreenplumConnection
  • OnPremise
  • ConnectionManager

Returns the specified Trino Catalog resource.

gRPC requestgRPC request

rpc Get (GetCatalogRequest) returns (Catalog)

GetCatalogRequestGetCatalogRequest

{
  "cluster_id": "string",
  "catalog_id": "string"
}

Field

Description

cluster_id

string

Required field. ID of the Trino Cluster resource which contains the requested catalog.

The maximum string length in characters is 50.

catalog_id

string

Required field. ID of the Trino Catalog resource.

The maximum string length in characters is 50.

CatalogCatalog

{
  "id": "string",
  "name": "string",
  "connector": {
    // Includes only one of the fields `hive`, `iceberg`, `delta_lake`, `postgresql`, `clickhouse`, `tpch`, `tpcds`, `oracle`, `sqlserver`, `hudi`, `mysql`, `greenplum`
    "hive": {
      "metastore": {
        // Includes only one of the fields `hive`, `rest`
        "hive": {
          // Includes only one of the fields `uri`, `managed_cluster_id`
          "uri": "string",
          "managed_cluster_id": "string",
          // end of the list of possible fields
          "protocol": {
            // Includes only one of the fields `thrift`, `rest`
            "thrift": "Thrift",
            "rest": "IcebergRest"
            // end of the list of possible fields
          }
        },
        "rest": {
          "uri": "string",
          "authorization": {
            // Includes only one of the fields `none`
            "none": "NoneAuth"
            // end of the list of possible fields
          }
        }
        // end of the list of possible fields
      },
      "filesystem": {
        // Includes only one of the fields `s3`, `external_s3`
        "s3": "S3FileSystem",
        "external_s3": {
          "aws_access_key": "string",
          "aws_secret_key": "string",
          "aws_endpoint": "string",
          "aws_region": "string"
        }
        // end of the list of possible fields
      },
      "additional_properties": "map<string, string>"
    },
    "iceberg": {
      "metastore": {
        // Includes only one of the fields `hive`, `rest`
        "hive": {
          // Includes only one of the fields `uri`, `managed_cluster_id`
          "uri": "string",
          "managed_cluster_id": "string",
          // end of the list of possible fields
          "protocol": {
            // Includes only one of the fields `thrift`, `rest`
            "thrift": "Thrift",
            "rest": "IcebergRest"
            // end of the list of possible fields
          }
        },
        "rest": {
          "uri": "string",
          "authorization": {
            // Includes only one of the fields `none`
            "none": "NoneAuth"
            // end of the list of possible fields
          }
        }
        // end of the list of possible fields
      },
      "filesystem": {
        // Includes only one of the fields `s3`, `external_s3`
        "s3": "S3FileSystem",
        "external_s3": {
          "aws_access_key": "string",
          "aws_secret_key": "string",
          "aws_endpoint": "string",
          "aws_region": "string"
        }
        // end of the list of possible fields
      },
      "additional_properties": "map<string, string>"
    },
    "delta_lake": {
      "metastore": {
        // Includes only one of the fields `hive`, `rest`
        "hive": {
          // Includes only one of the fields `uri`, `managed_cluster_id`
          "uri": "string",
          "managed_cluster_id": "string",
          // end of the list of possible fields
          "protocol": {
            // Includes only one of the fields `thrift`, `rest`
            "thrift": "Thrift",
            "rest": "IcebergRest"
            // end of the list of possible fields
          }
        },
        "rest": {
          "uri": "string",
          "authorization": {
            // Includes only one of the fields `none`
            "none": "NoneAuth"
            // end of the list of possible fields
          }
        }
        // end of the list of possible fields
      },
      "filesystem": {
        // Includes only one of the fields `s3`, `external_s3`
        "s3": "S3FileSystem",
        "external_s3": {
          "aws_access_key": "string",
          "aws_secret_key": "string",
          "aws_endpoint": "string",
          "aws_region": "string"
        }
        // end of the list of possible fields
      },
      "additional_properties": "map<string, string>"
    },
    "postgresql": {
      "connection": {
        // Includes only one of the fields `on_premise`, `connection_manager`
        "on_premise": {
          "connection_url": "string",
          "user_name": "string",
          "password": "string"
        },
        "connection_manager": {
          "connection_id": "string",
          "database": "string",
          "connection_properties": "map<string, string>"
        }
        // end of the list of possible fields
      },
      "additional_properties": "map<string, string>"
    },
    "clickhouse": {
      "connection": {
        // Includes only one of the fields `on_premise`, `connection_manager`
        "on_premise": {
          "connection_url": "string",
          "user_name": "string",
          "password": "string"
        },
        "connection_manager": {
          "connection_id": "string",
          "database": "string",
          "connection_properties": "map<string, string>"
        }
        // end of the list of possible fields
      },
      "additional_properties": "map<string, string>"
    },
    "tpch": {
      "additional_properties": "map<string, string>"
    },
    "tpcds": {
      "additional_properties": "map<string, string>"
    },
    "oracle": {
      "connection": {
        // Includes only one of the fields `on_premise`
        "on_premise": {
          "connection_url": "string",
          "user_name": "string",
          "password": "string"
        }
        // end of the list of possible fields
      },
      "additional_properties": "map<string, string>"
    },
    "sqlserver": {
      "connection": {
        // Includes only one of the fields `on_premise`
        "on_premise": {
          "connection_url": "string",
          "user_name": "string",
          "password": "string"
        }
        // end of the list of possible fields
      },
      "additional_properties": "map<string, string>"
    },
    "hudi": {
      "metastore": {
        // Includes only one of the fields `hive`, `rest`
        "hive": {
          // Includes only one of the fields `uri`, `managed_cluster_id`
          "uri": "string",
          "managed_cluster_id": "string",
          // end of the list of possible fields
          "protocol": {
            // Includes only one of the fields `thrift`, `rest`
            "thrift": "Thrift",
            "rest": "IcebergRest"
            // end of the list of possible fields
          }
        },
        "rest": {
          "uri": "string",
          "authorization": {
            // Includes only one of the fields `none`
            "none": "NoneAuth"
            // end of the list of possible fields
          }
        }
        // end of the list of possible fields
      },
      "filesystem": {
        // Includes only one of the fields `s3`, `external_s3`
        "s3": "S3FileSystem",
        "external_s3": {
          "aws_access_key": "string",
          "aws_secret_key": "string",
          "aws_endpoint": "string",
          "aws_region": "string"
        }
        // end of the list of possible fields
      },
      "additional_properties": "map<string, string>"
    },
    "mysql": {
      "connection": {
        // Includes only one of the fields `on_premise`, `connection_manager`
        "on_premise": {
          "connection_url": "string",
          "user_name": "string",
          "password": "string"
        },
        "connection_manager": {
          "connection_id": "string",
          "connection_properties": "map<string, string>"
        }
        // end of the list of possible fields
      },
      "additional_properties": "map<string, string>"
    },
    "greenplum": {
      "connection": {
        // Includes only one of the fields `on_premise`, `connection_manager`
        "on_premise": {
          "connection_url": "string",
          "user_name": "string",
          "password": "string"
        },
        "connection_manager": {
          "connection_id": "string",
          "database": "string",
          "connection_properties": "map<string, string>"
        }
        // end of the list of possible fields
      },
      "additional_properties": "map<string, string>"
    }
    // end of the list of possible fields
  },
  "description": "string",
  "labels": "map<string, string>"
}

Catalog is a logical Trino catalog backed by a specific connector.

Field

Description

id

string

ID of the catalog.

name

string

Name of the catalog.

connector

Connector

Connector backing this catalog.

description

string

Description of the catalog.

labels

object (map<string, string>)

Labels associated with the catalog.

ConnectorConnector

Connector configuration. Exactly one connector type must be specified.

Field

Description

hive

HiveConnector

Hive connector configuration.

Includes only one of the fields hive, iceberg, delta_lake, postgresql, clickhouse, tpch, tpcds, oracle, sqlserver, hudi, mysql, greenplum.

iceberg

IcebergConnector

Iceberg connector configuration.

Includes only one of the fields hive, iceberg, delta_lake, postgresql, clickhouse, tpch, tpcds, oracle, sqlserver, hudi, mysql, greenplum.

delta_lake

DeltaLakeConnector

Delta Lake connector configuration.

Includes only one of the fields hive, iceberg, delta_lake, postgresql, clickhouse, tpch, tpcds, oracle, sqlserver, hudi, mysql, greenplum.

postgresql

PostgresqlConnector

PostgreSQL connector configuration.

Includes only one of the fields hive, iceberg, delta_lake, postgresql, clickhouse, tpch, tpcds, oracle, sqlserver, hudi, mysql, greenplum.

clickhouse

ClickhouseConnector

ClickHouse connector configuration.

Includes only one of the fields hive, iceberg, delta_lake, postgresql, clickhouse, tpch, tpcds, oracle, sqlserver, hudi, mysql, greenplum.

tpch

TPCHConnector

TPC-H connector for synthetic benchmarking.

Includes only one of the fields hive, iceberg, delta_lake, postgresql, clickhouse, tpch, tpcds, oracle, sqlserver, hudi, mysql, greenplum.

tpcds

TPCDSConnector

TPC-DS connector for synthetic benchmarking.

Includes only one of the fields hive, iceberg, delta_lake, postgresql, clickhouse, tpch, tpcds, oracle, sqlserver, hudi, mysql, greenplum.

oracle

OracleConnector

Oracle connector configuration for connecting to Oracle Database instances.

Includes only one of the fields hive, iceberg, delta_lake, postgresql, clickhouse, tpch, tpcds, oracle, sqlserver, hudi, mysql, greenplum.

sqlserver

SQLServerConnector

SQLServer connector configuration for connecting to SQLServer Database instances.

Includes only one of the fields hive, iceberg, delta_lake, postgresql, clickhouse, tpch, tpcds, oracle, sqlserver, hudi, mysql, greenplum.

hudi

HudiConnector

Hudi connector configuration.

Includes only one of the fields hive, iceberg, delta_lake, postgresql, clickhouse, tpch, tpcds, oracle, sqlserver, hudi, mysql, greenplum.

mysql

MysqlConnector

MySQL connector configuration for connecting to MySQL Database instances.

Includes only one of the fields hive, iceberg, delta_lake, postgresql, clickhouse, tpch, tpcds, oracle, sqlserver, hudi, mysql, greenplum.

greenplum

GreenplumConnector

Greenplum connector configuration for connecting to Greenplum or Cloudberry Database instances.

Includes only one of the fields hive, iceberg, delta_lake, postgresql, clickhouse, tpch, tpcds, oracle, sqlserver, hudi, mysql, greenplum.

HiveConnectorHiveConnector

Field

Description

metastore

Metastore

Required field. Metastore configuration.

filesystem

FileSystem

Required field. File system configuration.

additional_properties

object (map<string, string>)

Additional properties.

The maximum string length in characters for each value is 128. The string length in characters for each key must be 1-128. Each key must match the regular expression [a-z][-_0-9a-z.]*. Each value must match the regular expression [-_0-9a-zA-Z.,:\/_ *]*. No more than 256 per resource.

MetastoreMetastore

Metastore configuration.

Field

Description

hive

HiveMetastore

Apache Hive Metastore.

Includes only one of the fields hive, rest.

rest

RestMetastore

Iceberg REST Catalog compatible Metastore.

Includes only one of the fields hive, rest.

HiveMetastoreHiveMetastore

Configuration of Hive's metastore type.

Field

Description

uri

string

URI of the Hive Metastore.

Includes only one of the fields uri, managed_cluster_id.

managed_cluster_id

string

ID of the Managed Hive Metastore cluster.

Includes only one of the fields uri, managed_cluster_id.

protocol

Protocol

Hive metastore client protocol. If null, thrift protocol will be used.

ProtocolProtocol

Hive Metastore client protocol configuration.

Field

Description

thrift

Thrift

Thrift client protocol.

Includes only one of the fields thrift, rest.

rest

IcebergRest

Iceberg REST client protocol.

Includes only one of the fields thrift, rest.

ThriftThrift

Thrift client protocol configuration.

Field

Description

Empty

IcebergRestIcebergRest

Iceberg REST client protocol configuration.

Field

Description

Empty

RestMetastoreRestMetastore

Configuration of Iceberg REST Catalog compatible metastore type.

Field

Description

uri

string

URI of the REST Catalog metastore.

authorization

Authorization

Authorization properties.

AuthorizationAuthorization

Field

Description

none

NoneAuth

Disabled authorization

Includes only one of the fields none.

NoneAuthNoneAuth

None authorization.

Field

Description

Empty

FileSystemFileSystem

Configuration of file system used by a connector.

Field

Description

s3

S3FileSystem

Yandex Cloud S3 filesystem.

Includes only one of the fields s3, external_s3.

external_s3

ExternalS3FileSystem

External S3 filesystem.

Includes only one of the fields s3, external_s3.

S3FileSystemS3FileSystem

Describes YandexCloud native S3 file system.
Currently does not require configuration.

Field

Description

Empty

ExternalS3FileSystemExternalS3FileSystem

Describes External S3 compatible file system.

Field

Description

aws_access_key

string

Required field. AWS access key.

aws_secret_key

string

Required field. AWS secret key.

aws_endpoint

string

Required field. AWS endpoint.

Value must match the regular expression ^https?://.+$.

aws_region

string

Required field. AWS region.

IcebergConnectorIcebergConnector

Field

Description

metastore

Metastore

Required field. Metastore configuration.

filesystem

FileSystem

Required field. File system configuration.

additional_properties

object (map<string, string>)

Additional properties.

The maximum string length in characters for each value is 128. The string length in characters for each key must be 1-128. Each key must match the regular expression [a-z][-_0-9a-z.]*. Each value must match the regular expression [-_0-9a-zA-Z.,:\/_ *]*. No more than 256 per resource.

DeltaLakeConnectorDeltaLakeConnector

Field

Description

metastore

Metastore

Required field. Metastore configuration.

filesystem

FileSystem

Required field. File system configuration.

additional_properties

object (map<string, string>)

Additional properties.

The maximum string length in characters for each value is 128. The string length in characters for each key must be 1-128. Each key must match the regular expression [a-z][-_0-9a-z.]*. Each value must match the regular expression [-_0-9a-zA-Z.,:\/_ *]*. No more than 256 per resource.

PostgresqlConnectorPostgresqlConnector

Field

Description

connection

PostgresqlConnection

Connection configuration.

additional_properties

object (map<string, string>)

Additional properties.

The maximum string length in characters for each value is 128. The string length in characters for each key must be 1-128. Each key must match the regular expression [a-z][-_0-9a-z.]*. Each value must match the regular expression [-_0-9a-zA-Z.,:\/_ *]*. No more than 256 per resource.

PostgresqlConnectionPostgresqlConnection

Field

Description

on_premise

OnPremise

Connection configured manually.

Includes only one of the fields on_premise, connection_manager.

connection_manager

ConnectionManager

Connection configured using Yandex Cloud Connection Manager.

Includes only one of the fields on_premise, connection_manager.

OnPremiseOnPremise

Field

Description

connection_url

string

Required field. Connection to the Postgresql.

Value must match the regular expression ^jdbc:postgresql://(?:.+:\d+)/(?:.*)$.

user_name

string

Required field. Name of the Postgresql user.

The maximum string length in characters is 63. Value must match the regular expression [a-zA-Z0-9_-]*.

password

string

Required field. Password of the Postgresql user.

The string length in characters must be 0-128.

ConnectionManagerConnectionManager

Field

Description

connection_id

string

Required field. Connection ID.

The string length in characters must be 1-50.

database

string

Required field. Database.

The maximum string length in characters is 63. Value must match the regular expression [a-zA-Z0-9_-]*.

connection_properties

object (map<string, string>)

Additional connection properties.

The maximum string length in characters for each value is 128. The string length in characters for each key must be 1-128. Each key must match the regular expression [a-zA-Z]*. Each value must match the regular expression [-_0-9a-zA-Z.,:\/_]*. No more than 256 per resource.

ClickhouseConnectorClickhouseConnector

Field

Description

connection

ClickhouseConnection

Connection configuration.

additional_properties

object (map<string, string>)

Additional properties.

The maximum string length in characters for each value is 128. The string length in characters for each key must be 1-128. Each key must match the regular expression [a-z][-_0-9a-z.]*. Each value must match the regular expression [-_0-9a-zA-Z.,:\/_ *]*. No more than 256 per resource.

ClickhouseConnectionClickhouseConnection

Field

Description

on_premise

OnPremise

Connection configured manually.

Includes only one of the fields on_premise, connection_manager.

connection_manager

ConnectionManager

Connection configured using Yandex Cloud Connection Manager.

Includes only one of the fields on_premise, connection_manager.

OnPremiseOnPremise

Field

Description

connection_url

string

Required field. Connection to the Clickhouse.

Value must match the regular expression ^jdbc:clickhouse://(?:.+:\d+)/(?:.*)$.

user_name

string

Required field. Name of the Clickhouse user.

The maximum string length in characters is 63. Value must match the regular expression [a-zA-Z0-9_-]*.

password

string

Required field. Password of the Clickhouse user.

The string length in characters must be 0-128.

ConnectionManagerConnectionManager

Field

Description

connection_id

string

Required field. Connection ID.

The string length in characters must be 1-50.

database

string

Required field. Database.

The maximum string length in characters is 63. Value must match the regular expression [a-zA-Z0-9_-]*.

connection_properties

object (map<string, string>)

Additional connection properties.

The maximum string length in characters for each value is 128. The string length in characters for each key must be 1-128. Each key must match the regular expression [a-zA-Z_]*. Each value must match the regular expression [-_0-9a-zA-Z.,:\/_]*. No more than 256 per resource.

TPCHConnectorTPCHConnector

Field

Description

additional_properties

object (map<string, string>)

Additional properties.

The maximum string length in characters for each value is 128. The string length in characters for each key must be 1-128. Each key must match the regular expression [a-z][-_0-9a-z.]*. Each value must match the regular expression [-_0-9a-zA-Z.,:\/_ *]*. No more than 256 per resource.

TPCDSConnectorTPCDSConnector

Field

Description

additional_properties

object (map<string, string>)

Additional properties.

The maximum string length in characters for each value is 128. The string length in characters for each key must be 1-128. Each key must match the regular expression [a-z][-_0-9a-z.]*. Each value must match the regular expression [-_0-9a-zA-Z.,:\/_ *]*. No more than 256 per resource.

OracleConnectorOracleConnector

Field

Description

connection

OracleConnection

Connection configuration.

additional_properties

object (map<string, string>)

Additional properties.

The maximum string length in characters for each value is 128. The string length in characters for each key must be 1-128. Each key must match the regular expression [a-z][-_0-9a-z.]*. Each value must match the regular expression [-_0-9a-zA-Z.,:\/_ *]*. No more than 256 per resource.

OracleConnectionOracleConnection

Field

Description

on_premise

OnPremise

Connection configured manually.

Includes only one of the fields on_premise.

OnPremiseOnPremise

Field

Description

connection_url

string

Required field. Connection to the Oracle.

Value must match the regular expression ^jdbc:oracle:(?s:.*)$.

user_name

string

Required field. Name of the Oracle user.

The maximum string length in characters is 63. Value must match the regular expression [a-zA-Z0-9_-]*.

password

string

Required field. Password of the Oracle user.

The string length in characters must be 0-128.

SQLServerConnectorSQLServerConnector

Field

Description

connection

SQLServerConnection

Connection configuration.

additional_properties

object (map<string, string>)

Additional properties.

The maximum string length in characters for each value is 128. The string length in characters for each key must be 1-128. Each key must match the regular expression [a-z][-_0-9a-z.]*. Each value must match the regular expression [-_0-9a-zA-Z.,:\/_ *]*. No more than 256 per resource.

SQLServerConnectionSQLServerConnection

Field

Description

on_premise

OnPremise

Connection configured manually.

Includes only one of the fields on_premise.

OnPremiseOnPremise

Field

Description

connection_url

string

Required field. Connection to the SQLServer.

Value must match the regular expression ^jdbc:sqlserver:(?s:.*)$.

user_name

string

Required field. Name of the SQLServer user.

The maximum string length in characters is 63. Value must match the regular expression [a-zA-Z0-9_-]*.

password

string

Required field. Password of the SQLServer user.

The string length in characters must be 0-128.

HudiConnectorHudiConnector

Field

Description

metastore

Metastore

Required field. Metastore configuration.

filesystem

FileSystem

Required field. File system configuration.

additional_properties

object (map<string, string>)

Additional properties.

The maximum string length in characters for each value is 128. The string length in characters for each key must be 1-128. Each key must match the regular expression [a-z][-_0-9a-z.]*. Each value must match the regular expression [-_0-9a-zA-Z.,:\/_ *]*. No more than 256 per resource.

MysqlConnectorMysqlConnector

Field

Description

connection

MysqlConnection

Connection configuration.

additional_properties

object (map<string, string>)

Additional properties.

The maximum string length in characters for each value is 128. The string length in characters for each key must be 1-128. Each key must match the regular expression [a-z][-_0-9a-z.]*. Each value must match the regular expression [-_0-9a-zA-Z.,:\/_ *]*. No more than 256 per resource.

MysqlConnectionMysqlConnection

Field

Description

on_premise

OnPremise

Connection configured manually.

Includes only one of the fields on_premise, connection_manager.

connection_manager

ConnectionManager

Connection configured using Yandex Cloud Connection Manager.

Includes only one of the fields on_premise, connection_manager.

OnPremiseOnPremise

Field

Description

connection_url

string

Required field. Connection to the MySQL.

Value must match the regular expression ^jdbc:mysql://(?:.+:\d+)(?:/?.*)$.

user_name

string

Required field. Name of the MySQL user.

The maximum string length in characters is 63. Value must match the regular expression [a-zA-Z0-9_-]*.

password

string

Required field. Password of the MySQL user.

The string length in characters must be 0-128.

ConnectionManagerConnectionManager

Field

Description

connection_id

string

Required field. Connection ID.

The string length in characters must be 1-50.

connection_properties

object (map<string, string>)

Additional connection properties.

The maximum string length in characters for each value is 128. The string length in characters for each key must be 1-128. Each key must match the regular expression [a-zA-Z_]*. Each value must match the regular expression [-_0-9a-zA-Z.,:\/_]*. No more than 256 per resource.

GreenplumConnectorGreenplumConnector

Field

Description

connection

GreenplumConnection

Connection configuration

additional_properties

object (map<string, string>)

Additional properties.

The maximum string length in characters for each value is 128. The string length in characters for each key must be 1-128. Each key must match the regular expression [a-z][-_0-9a-z.]*. Each value must match the regular expression [-_0-9a-zA-Z.,:\/_ *]*. No more than 256 per resource.

GreenplumConnectionGreenplumConnection

Field

Description

on_premise

OnPremise

Connection configured manually.

Includes only one of the fields on_premise, connection_manager.

connection_manager

ConnectionManager

Connection configured using Yandex Cloud Connection Manager.

Includes only one of the fields on_premise, connection_manager.

OnPremiseOnPremise

Field

Description

connection_url

string

Required field. Connection to the Greenplum/Cloudberry.

Value must match the regular expression ^jdbc:postgresql://(?:.+:\d+)/(?:.*)$.

user_name

string

Required field. Name of the Greenplum/Cloudberry user.

The maximum string length in characters is 63. Value must match the regular expression [a-zA-Z0-9_-]*.

password

string

Required field. Password of the Greenplum/Cloudberry user.

The string length in characters must be 0-128.

ConnectionManagerConnectionManager

Field

Description

connection_id

string

Required field. Connection ID.

The string length in characters must be 1-50.

database

string

Required field. Database.

The maximum string length in characters is 63. Value must match the regular expression [a-zA-Z0-9_-]*.

connection_properties

object (map<string, string>)

Additional connection properties.

The maximum string length in characters for each value is 128. The string length in characters for each key must be 1-128. Each key must match the regular expression [a-zA-Z]*. Each value must match the regular expression [-_0-9a-zA-Z.,:\/_]*. No more than 256 per resource.

Была ли статья полезна?

Предыдущая
Overview
Следующая
List
Создавайте контент и получайте гранты!Готовы написать своё руководство? Участвуйте в контент-программе и получайте гранты на работу с облачными сервисами!
Подробнее о программе
Проект Яндекса
© 2026 ТОО «Облачные Сервисы Казахстан»