Yandex Cloud
Поиск
Связаться с экспертомПопробовать бесплатно
  • Кейсы
  • Документация
  • Блог
  • Все сервисы
  • Статус работы сервисов
  • Marketplace
    • Популярные
    • Инфраструктура и сеть
    • Платформа данных
    • Искусственный интеллект
    • Безопасность
    • Инструменты DevOps
    • Бессерверные вычисления
    • Управление ресурсами
  • Все решения
    • По отраслям
    • По типу задач
    • Экономика платформы
    • Безопасность
    • Техническая поддержка
    • Каталог партнёров
    • Обучение и сертификация
    • Облако для стартапов
    • Облако для крупного бизнеса
    • Центр технологий для общества
    • Облако для интеграторов
    • Поддержка IT-бизнеса
    • Облако для фрилансеров
    • Обучение и сертификация
    • Блог
    • Документация
    • Контент-программа
    • Мероприятия и вебинары
    • Контакты, чаты и сообщества
    • Идеи
    • Калькулятор цен
    • Тарифы
    • Акции и free tier
  • Кейсы
  • Документация
  • Блог
Создавайте контент и получайте гранты!Готовы написать своё руководство? Участвуйте в контент-программе и получайте гранты на работу с облачными сервисами!
Подробнее о программе
Проект Яндекса
© 2026 ООО «Яндекс.Облако»
Yandex Audit Trails
  • Начало работы
  • Управление доступом
  • Правила тарификации
  • Справочник Terraform
  • Метрики Monitoring
  • Справочник событий уровня конфигурации
  • Справочник событий уровня сервисов
      • CreateCatalog
      • CreateCluster
      • DeleteCatalog
      • DeleteCluster
      • RescheduleMaintenance
      • StartCluster
      • StopCluster
      • UpdateCatalog
      • UpdateCluster
  • История изменений
  • Обучающие курсы

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

  • Event JSON schema
  • Field description
  • IamAuthentication
  • IamTokenInfo
  • Authorization
  • ResourceMetadata
  • Resource
  • RequestMetadata
  • Status
  • CatalogEventDetails
  • Catalog
  • Connector
  • HiveConnector
  • Metastore
  • HiveMetastore
  • FileSystem
  • 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. Справочник аудитных логов (англ.)
  2. trino
  3. UpdateCatalog

Managed Service for Trino Audit Trails Events: UpdateCatalog

Статья создана
Yandex Cloud
Обновлена 15 апреля 2026 г.
  • Event JSON schema
  • Field description
  • IamAuthentication
  • IamTokenInfo
  • Authorization
  • ResourceMetadata
  • Resource
  • RequestMetadata
  • Status
  • CatalogEventDetails
  • Catalog
  • Connector
  • HiveConnector
  • Metastore
  • HiveMetastore
  • FileSystem
  • 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

Event JSON schemaEvent JSON schema

{
  "eventId": "string",
  "eventSource": "string",
  "eventType": "string",
  "eventTime": "string",
  "authentication": {
    "authenticated": "boolean",
    // Includes only one of the fields `subjectType`
    "subjectType": "string",
    // end of the list of possible fields
    // Includes only one of the fields `subjectId`
    "subjectId": "string",
    // end of the list of possible fields
    // Includes only one of the fields `subjectName`
    "subjectName": "string",
    // end of the list of possible fields
    // Includes only one of the fields `federationId`
    "federationId": "string",
    // end of the list of possible fields
    // Includes only one of the fields `federationName`
    "federationName": "string",
    // end of the list of possible fields
    // Includes only one of the fields `federationType`
    "federationType": "string",
    // end of the list of possible fields
    "tokenInfo": {
      "maskedIamToken": "string",
      // Includes only one of the fields `iamTokenId`
      "iamTokenId": "string",
      // end of the list of possible fields
      // Includes only one of the fields `impersonatorId`
      "impersonatorId": "string",
      // end of the list of possible fields
      // Includes only one of the fields `impersonatorType`
      "impersonatorType": "string",
      // end of the list of possible fields
      // Includes only one of the fields `impersonatorName`
      "impersonatorName": "string",
      // end of the list of possible fields
      // Includes only one of the fields `impersonatorFederationId`
      "impersonatorFederationId": "string",
      // end of the list of possible fields
      // Includes only one of the fields `impersonatorFederationName`
      "impersonatorFederationName": "string",
      // end of the list of possible fields
      // Includes only one of the fields `impersonatorFederationType`
      "impersonatorFederationType": "string"
      // end of the list of possible fields
    }
  },
  "authorization": {
    "authorized": "boolean"
  },
  "resourceMetadata": {
    "path": [
      {
        "resourceType": "string",
        "resourceId": "string",
        // Includes only one of the fields `resourceName`
        "resourceName": "string"
        // end of the list of possible fields
      }
    ]
  },
  "requestMetadata": {
    "remoteAddress": "string",
    "userAgent": "string",
    "requestId": "string",
    // Includes only one of the fields `remotePort`
    "remotePort": "string"
    // end of the list of possible fields
  },
  "eventStatus": "string",
  "error": {
    "code": "integer",
    "message": "string",
    "details": [
      "object"
    ]
  },
  "details": {
    "clusterId": "string",
    "clusterName": "string",
    "catalogId": "string",
    "catalogName": "string",
    "catalog": {
      "id": "string",
      "name": "string",
      "connector": {
        // Includes only one of the fields `hive`, `iceberg`, `deltaLake`, `postgresql`, `clickhouse`, `tpch`, `tpcds`, `oracle`, `sqlserver`, `hudi`, `mysql`, `greenplum`
        "hive": {
          "metastore": {
            // Includes only one of the fields `hive`
            "hive": {
              // Includes only one of the fields `uri`
              "uri": "string"
              // end of the list of possible fields
            }
            // end of the list of possible fields
          },
          "filesystem": {
            // Includes only one of the fields `s3`, `externalS3`
            "s3": "object",
            "externalS3": {
              "awsAccessKey": "string",
              "awsSecretKey": "string",
              "awsEndpoint": "string",
              "awsRegion": "string"
            }
            // end of the list of possible fields
          },
          "additionalProperties": "object"
        },
        "iceberg": {
          "metastore": {
            // Includes only one of the fields `hive`
            "hive": {
              // Includes only one of the fields `uri`
              "uri": "string"
              // end of the list of possible fields
            }
            // end of the list of possible fields
          },
          "filesystem": {
            // Includes only one of the fields `s3`, `externalS3`
            "s3": "object",
            "externalS3": {
              "awsAccessKey": "string",
              "awsSecretKey": "string",
              "awsEndpoint": "string",
              "awsRegion": "string"
            }
            // end of the list of possible fields
          },
          "additionalProperties": "object"
        },
        "deltaLake": {
          "metastore": {
            // Includes only one of the fields `hive`
            "hive": {
              // Includes only one of the fields `uri`
              "uri": "string"
              // end of the list of possible fields
            }
            // end of the list of possible fields
          },
          "filesystem": {
            // Includes only one of the fields `s3`, `externalS3`
            "s3": "object",
            "externalS3": {
              "awsAccessKey": "string",
              "awsSecretKey": "string",
              "awsEndpoint": "string",
              "awsRegion": "string"
            }
            // end of the list of possible fields
          },
          "additionalProperties": "object"
        },
        "postgresql": {
          "connection": {
            // Includes only one of the fields `onPremise`, `connectionManager`
            "onPremise": {
              "connectionUrl": "string",
              "userName": "string",
              "password": "string"
            },
            "connectionManager": {
              "connectionId": "string",
              "database": "string",
              "connectionProperties": "object"
            }
            // end of the list of possible fields
          },
          "additionalProperties": "object"
        },
        "clickhouse": {
          "connection": {
            // Includes only one of the fields `onPremise`, `connectionManager`
            "onPremise": {
              "connectionUrl": "string",
              "userName": "string",
              "password": "string"
            },
            "connectionManager": {
              "connectionId": "string",
              "database": "string",
              "connectionProperties": "object"
            }
            // end of the list of possible fields
          },
          "additionalProperties": "object"
        },
        "tpch": {
          "additionalProperties": "object"
        },
        "tpcds": {
          "additionalProperties": "object"
        },
        "oracle": {
          "connection": {
            // Includes only one of the fields `onPremise`
            "onPremise": {
              "connectionUrl": "string",
              "userName": "string",
              "password": "string"
            }
            // end of the list of possible fields
          },
          "additionalProperties": "object"
        },
        "sqlserver": {
          "connection": {
            // Includes only one of the fields `onPremise`
            "onPremise": {
              "connectionUrl": "string",
              "userName": "string",
              "password": "string"
            }
            // end of the list of possible fields
          },
          "additionalProperties": "object"
        },
        "hudi": {
          "metastore": {
            // Includes only one of the fields `hive`
            "hive": {
              // Includes only one of the fields `uri`
              "uri": "string"
              // end of the list of possible fields
            }
            // end of the list of possible fields
          },
          "filesystem": {
            // Includes only one of the fields `s3`, `externalS3`
            "s3": "object",
            "externalS3": {
              "awsAccessKey": "string",
              "awsSecretKey": "string",
              "awsEndpoint": "string",
              "awsRegion": "string"
            }
            // end of the list of possible fields
          },
          "additionalProperties": "object"
        },
        "mysql": {
          "connection": {
            // Includes only one of the fields `onPremise`, `connectionManager`
            "onPremise": {
              "connectionUrl": "string",
              "userName": "string",
              "password": "string"
            },
            "connectionManager": {
              "connectionId": "string",
              "connectionProperties": "object"
            }
            // end of the list of possible fields
          },
          "additionalProperties": "object"
        },
        "greenplum": {
          "connection": {
            // Includes only one of the fields `onPremise`, `connectionManager`
            "onPremise": {
              "connectionUrl": "string",
              "userName": "string",
              "password": "string"
            },
            "connectionManager": {
              "connectionId": "string",
              "database": "string",
              "connectionProperties": "object"
            }
            // end of the list of possible fields
          },
          "additionalProperties": "object"
        }
        // end of the list of possible fields
      },
      "description": "string",
      "labels": "object"
    }
  },
  "requestParameters": "object",
  "response": "object"
}

Field descriptionField description

Field

Description

eventId

string

eventSource

string

eventType

string

eventTime

string (date-time)

String in RFC3339 text format. The range of possible values is from
0001-01-01T00:00:00Z to 9999-12-31T23:59:59.999999999Z, i.e. from 0 to 9 digits for fractions of a second.

To work with values in this field, use the APIs described in the
Protocol Buffers reference.
In some languages, built-in datetime utilities do not support nanosecond precision (9 digits).

authentication

IamAuthentication

authorization

Authorization

resourceMetadata

ResourceMetadata

requestMetadata

RequestMetadata

eventStatus

enum (EventStatus)

  • STARTED
  • ERROR
  • DONE
  • CANCELLED
  • RUNNING

error

Status

The error result of the operation in case of failure or cancellation.

details

CatalogEventDetails

requestParameters

object

response

object

IamAuthenticationIamAuthentication

Field

Description

authenticated

boolean

subjectType

enum (IamSubjectType)

Includes only one of the fields subjectType.

  • YANDEX_PASSPORT_USER_ACCOUNT
  • SERVICE_ACCOUNT
  • FEDERATED_USER_ACCOUNT
  • SSH_USER
  • KUBERNETES_USER

subjectId

string

Includes only one of the fields subjectId.

subjectName

string

Includes only one of the fields subjectName.

federationId

string

Includes only one of the fields federationId.

federationName

string

Includes only one of the fields federationName.

federationType

enum (FederationType)

Includes only one of the fields federationType.

  • GLOBAL_FEDERATION
  • PRIVATE_FEDERATION

tokenInfo

IamTokenInfo

IamTokenInfoIamTokenInfo

Field

Description

maskedIamToken

string

iamTokenId

string

Includes only one of the fields iamTokenId.

impersonatorId

string

Includes only one of the fields impersonatorId.

impersonatorType

enum (IamSubjectType)

Includes only one of the fields impersonatorType.

  • YANDEX_PASSPORT_USER_ACCOUNT
  • SERVICE_ACCOUNT
  • FEDERATED_USER_ACCOUNT
  • SSH_USER
  • KUBERNETES_USER

impersonatorName

string

Includes only one of the fields impersonatorName.

impersonatorFederationId

string

Includes only one of the fields impersonatorFederationId.

impersonatorFederationName

string

Includes only one of the fields impersonatorFederationName.

impersonatorFederationType

enum (FederationType)

Includes only one of the fields impersonatorFederationType.

  • GLOBAL_FEDERATION
  • PRIVATE_FEDERATION

AuthorizationAuthorization

Field

Description

authorized

boolean

ResourceMetadataResourceMetadata

Field

Description

path[]

Resource

ResourceResource

Field

Description

resourceType

string

resourceId

string

resourceName

string

Includes only one of the fields resourceName.

RequestMetadataRequestMetadata

Field

Description

remoteAddress

string

userAgent

string

requestId

string

remotePort

string (int64)

Includes only one of the fields remotePort.

StatusStatus

The error result of the operation in case of failure or cancellation.

Field

Description

code

integer (int32)

Error code. An enum value of google.rpc.Code.

message

string

An error message.

details[]

object

A list of messages that carry the error details.

CatalogEventDetailsCatalogEventDetails

Field

Description

clusterId

string

clusterName

string

catalogId

string

catalogName

string

catalog

Catalog

CatalogCatalog

Field

Description

id

string

name

string

connector

Connector

description

string

labels

object (map<string, string>)

ConnectorConnector

Field

Description

hive

HiveConnector

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

iceberg

IcebergConnector

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

deltaLake

DeltaLakeConnector

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

postgresql

PostgresqlConnector

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

clickhouse

ClickhouseConnector

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

tpch

TPCHConnector

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

tpcds

TPCDSConnector

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

oracle

OracleConnector

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

sqlserver

SQLServerConnector

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

hudi

HudiConnector

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

mysql

MysqlConnector

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

greenplum

GreenplumConnector

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

HiveConnectorHiveConnector

Field

Description

metastore

Metastore

filesystem

FileSystem

additionalProperties

object (map<string, string>)

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

MetastoreMetastore

Field

Description

hive

HiveMetastore

Includes only one of the fields hive.

HiveMetastoreHiveMetastore

Field

Description

uri

string

Includes only one of the fields uri.

FileSystemFileSystem

Field

Description

s3

object

Includes only one of the fields s3, externalS3.

externalS3

ExternalS3FileSystem

Includes only one of the fields s3, externalS3.

ExternalS3FileSystemExternalS3FileSystem

Field

Description

awsAccessKey

string

awsSecretKey

string

awsEndpoint

string

awsRegion

string

IcebergConnectorIcebergConnector

Field

Description

metastore

Metastore

filesystem

FileSystem

additionalProperties

object (map<string, string>)

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

DeltaLakeConnectorDeltaLakeConnector

Field

Description

metastore

Metastore

filesystem

FileSystem

additionalProperties

object (map<string, string>)

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

PostgresqlConnectorPostgresqlConnector

Field

Description

connection

PostgresqlConnection

additionalProperties

object (map<string, string>)

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

PostgresqlConnectionPostgresqlConnection

Field

Description

onPremise

OnPremise

Includes only one of the fields onPremise, connectionManager.

connectionManager

ConnectionManager

Includes only one of the fields onPremise, connectionManager.

OnPremiseOnPremise

Field

Description

connectionUrl

string

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

userName

string

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

password

string

The string length in characters must be 0-128.

ConnectionManagerConnectionManager

Field

Description

connectionId

string

The string length in characters must be 1-50.

database

string

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

connectionProperties

object (map<string, string>)

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

ClickhouseConnectorClickhouseConnector

Field

Description

connection

ClickhouseConnection

additionalProperties

object (map<string, string>)

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

ClickhouseConnectionClickhouseConnection

Field

Description

onPremise

OnPremise

Includes only one of the fields onPremise, connectionManager.

connectionManager

ConnectionManager

Includes only one of the fields onPremise, connectionManager.

OnPremiseOnPremise

Field

Description

connectionUrl

string

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

userName

string

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

password

string

The string length in characters must be 0-128.

ConnectionManagerConnectionManager

Field

Description

connectionId

string

The string length in characters must be 1-50.

database

string

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

connectionProperties

object (map<string, string>)

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

TPCHConnectorTPCHConnector

Field

Description

additionalProperties

object (map<string, string>)

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

TPCDSConnectorTPCDSConnector

Field

Description

additionalProperties

object (map<string, string>)

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

OracleConnectorOracleConnector

Field

Description

connection

OracleConnection

additionalProperties

object (map<string, string>)

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

OracleConnectionOracleConnection

Field

Description

onPremise

OnPremise

Includes only one of the fields onPremise.

OnPremiseOnPremise

Field

Description

connectionUrl

string

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

userName

string

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

password

string

The string length in characters must be 0-128.

SQLServerConnectorSQLServerConnector

Field

Description

connection

SQLServerConnection

additionalProperties

object (map<string, string>)

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

SQLServerConnectionSQLServerConnection

Field

Description

onPremise

OnPremise

Includes only one of the fields onPremise.

OnPremiseOnPremise

Field

Description

connectionUrl

string

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

userName

string

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

password

string

The string length in characters must be 0-128.

HudiConnectorHudiConnector

Field

Description

metastore

Metastore

filesystem

FileSystem

additionalProperties

object (map<string, string>)

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

MysqlConnectorMysqlConnector

Field

Description

connection

MysqlConnection

additionalProperties

object (map<string, string>)

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

MysqlConnectionMysqlConnection

Field

Description

onPremise

OnPremise

Includes only one of the fields onPremise, connectionManager.

connectionManager

ConnectionManager

Includes only one of the fields onPremise, connectionManager.

OnPremiseOnPremise

Field

Description

connectionUrl

string

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

userName

string

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

password

string

The string length in characters must be 0-128.

ConnectionManagerConnectionManager

Field

Description

connectionId

string

The string length in characters must be 1-50.

connectionProperties

object (map<string, string>)

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

GreenplumConnectorGreenplumConnector

Field

Description

connection

GreenplumConnection

additionalProperties

object (map<string, string>)

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

GreenplumConnectionGreenplumConnection

Field

Description

onPremise

OnPremise

Includes only one of the fields onPremise, connectionManager.

connectionManager

ConnectionManager

Includes only one of the fields onPremise, connectionManager.

OnPremiseOnPremise

Field

Description

connectionUrl

string

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

userName

string

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

password

string

The string length in characters must be 0-128.

ConnectionManagerConnectionManager

Field

Description

connectionId

string

The string length in characters must be 1-50.

database

string

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

connectionProperties

object (map<string, string>)

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

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

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