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
  • ClusterEventDetails
  • Cluster
  • Monitoring
  • TrinoConfig
  • CoordinatorConfig
  • Resources
  • WorkerConfig
  • WorkerScalePolicy
  • FixedScalePolicy
  • AutoScalePolicy
  • RetryPolicyConfig
  • ExchangeManagerConfig
  • ExchangeManagerStorage
  • AccessControlConfig
  • CatalogAccessRule
  • CatalogAccessRuleMatcher
  • CatalogIds
  • CatalogNames
  • SchemaAccessRule
  • SchemaAccessRuleMatcher
  • SchemaNames
  • TableAccessRule
  • TableAccessRuleMatcher
  • TableNames
  • Column
  • FunctionAccessRule
  • FunctionAccessRuleMatcher
  • FunctionNames
  • ProcedureAccessRule
  • ProcedureAccessRuleMatcher
  • ProcedureNames
  • QueryAccessRule
  • SystemSessionPropertyAccessRule
  • PropertyAccessRuleMatcher
  • PropertyNames
  • CatalogSessionPropertyAccessRule
  • ResourceManagementConfig
  • ResourceGroupsConfig
  • ResourceGroupConfig
  • SelectorRuleConfig
  • QueryConfig
  • TLSConfig
  • NetworkConfig
  • PrivateAccessConfig
  • LoggingConfig
  • MaintenanceWindow
  • WeeklyMaintenanceWindow
  • MaintenanceOperation
  1. Справочник аудитных логов (англ.)
  2. trino
  3. UpdateCluster

Managed Service for Trino Audit Trails Events: UpdateCluster

Статья создана
Yandex Cloud
Обновлена 15 апреля 2026 г.
  • Event JSON schema
  • Field description
  • IamAuthentication
  • IamTokenInfo
  • Authorization
  • ResourceMetadata
  • Resource
  • RequestMetadata
  • Status
  • ClusterEventDetails
  • Cluster
  • Monitoring
  • TrinoConfig
  • CoordinatorConfig
  • Resources
  • WorkerConfig
  • WorkerScalePolicy
  • FixedScalePolicy
  • AutoScalePolicy
  • RetryPolicyConfig
  • ExchangeManagerConfig
  • ExchangeManagerStorage
  • AccessControlConfig
  • CatalogAccessRule
  • CatalogAccessRuleMatcher
  • CatalogIds
  • CatalogNames
  • SchemaAccessRule
  • SchemaAccessRuleMatcher
  • SchemaNames
  • TableAccessRule
  • TableAccessRuleMatcher
  • TableNames
  • Column
  • FunctionAccessRule
  • FunctionAccessRuleMatcher
  • FunctionNames
  • ProcedureAccessRule
  • ProcedureAccessRuleMatcher
  • ProcedureNames
  • QueryAccessRule
  • SystemSessionPropertyAccessRule
  • PropertyAccessRuleMatcher
  • PropertyNames
  • CatalogSessionPropertyAccessRule
  • ResourceManagementConfig
  • ResourceGroupsConfig
  • ResourceGroupConfig
  • SelectorRuleConfig
  • QueryConfig
  • TLSConfig
  • NetworkConfig
  • PrivateAccessConfig
  • LoggingConfig
  • MaintenanceWindow
  • WeeklyMaintenanceWindow
  • MaintenanceOperation

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",
    "cluster": {
      "id": "string",
      "folderId": "string",
      "createdAt": "string",
      "name": "string",
      "description": "string",
      "labels": "object",
      "monitoring": [
        {
          "name": "string",
          "description": "string",
          "link": "string"
        }
      ],
      "trino": {
        "coordinatorConfig": {
          "resources": {
            "resourcePresetId": "string"
          }
        },
        "workerConfig": {
          "resources": {
            "resourcePresetId": "string"
          },
          "scalePolicy": {
            // Includes only one of the fields `fixedScale`, `autoScale`
            "fixedScale": {
              "count": "string"
            },
            "autoScale": {
              "minCount": "string",
              "maxCount": "string"
            }
            // end of the list of possible fields
          }
        },
        "version": "string",
        "retryPolicy": {
          "policy": "string",
          "exchangeManager": {
            "additionalProperties": "object",
            "storage": {
              // Includes only one of the fields `serviceS3`
              "serviceS3": "object"
              // end of the list of possible fields
            }
          },
          "additionalProperties": "object"
        },
        "accessControl": {
          "catalogs": [
            {
              "users": [
                "string"
              ],
              "groups": [
                "string"
              ],
              "catalog": {
                // Includes only one of the fields `nameRegexp`, `ids`, `names`
                "nameRegexp": "string",
                "ids": {
                  "any": [
                    "string"
                  ]
                },
                "names": {
                  "any": [
                    "string"
                  ]
                }
                // end of the list of possible fields
              },
              "permission": "string",
              "description": "string"
            }
          ],
          "schemas": [
            {
              "users": [
                "string"
              ],
              "groups": [
                "string"
              ],
              "catalog": {
                // Includes only one of the fields `nameRegexp`, `ids`, `names`
                "nameRegexp": "string",
                "ids": {
                  "any": [
                    "string"
                  ]
                },
                "names": {
                  "any": [
                    "string"
                  ]
                }
                // end of the list of possible fields
              },
              "schema": {
                // Includes only one of the fields `nameRegexp`, `names`
                "nameRegexp": "string",
                "names": {
                  "any": [
                    "string"
                  ]
                }
                // end of the list of possible fields
              },
              "owner": "string",
              "description": "string"
            }
          ],
          "tables": [
            {
              "users": [
                "string"
              ],
              "groups": [
                "string"
              ],
              "catalog": {
                // Includes only one of the fields `nameRegexp`, `ids`, `names`
                "nameRegexp": "string",
                "ids": {
                  "any": [
                    "string"
                  ]
                },
                "names": {
                  "any": [
                    "string"
                  ]
                }
                // end of the list of possible fields
              },
              "schema": {
                // Includes only one of the fields `nameRegexp`, `names`
                "nameRegexp": "string",
                "names": {
                  "any": [
                    "string"
                  ]
                }
                // end of the list of possible fields
              },
              "table": {
                // Includes only one of the fields `nameRegexp`, `names`
                "nameRegexp": "string",
                "names": {
                  "any": [
                    "string"
                  ]
                }
                // end of the list of possible fields
              },
              "privileges": [
                "string"
              ],
              "columns": [
                {
                  "name": "string",
                  "access": "string",
                  "mask": "string"
                }
              ],
              "filter": "string",
              "description": "string"
            }
          ],
          "functions": [
            {
              "users": [
                "string"
              ],
              "groups": [
                "string"
              ],
              "catalog": {
                // Includes only one of the fields `nameRegexp`, `ids`, `names`
                "nameRegexp": "string",
                "ids": {
                  "any": [
                    "string"
                  ]
                },
                "names": {
                  "any": [
                    "string"
                  ]
                }
                // end of the list of possible fields
              },
              "schema": {
                // Includes only one of the fields `nameRegexp`, `names`
                "nameRegexp": "string",
                "names": {
                  "any": [
                    "string"
                  ]
                }
                // end of the list of possible fields
              },
              "function": {
                // Includes only one of the fields `nameRegexp`, `names`
                "nameRegexp": "string",
                "names": {
                  "any": [
                    "string"
                  ]
                }
                // end of the list of possible fields
              },
              "privileges": [
                "string"
              ],
              "description": "string"
            }
          ],
          "procedures": [
            {
              "users": [
                "string"
              ],
              "groups": [
                "string"
              ],
              "catalog": {
                // Includes only one of the fields `nameRegexp`, `ids`, `names`
                "nameRegexp": "string",
                "ids": {
                  "any": [
                    "string"
                  ]
                },
                "names": {
                  "any": [
                    "string"
                  ]
                }
                // end of the list of possible fields
              },
              "schema": {
                // Includes only one of the fields `nameRegexp`, `names`
                "nameRegexp": "string",
                "names": {
                  "any": [
                    "string"
                  ]
                }
                // end of the list of possible fields
              },
              "procedure": {
                // Includes only one of the fields `nameRegexp`, `names`
                "nameRegexp": "string",
                "names": {
                  "any": [
                    "string"
                  ]
                }
                // end of the list of possible fields
              },
              "privileges": [
                "string"
              ],
              "description": "string"
            }
          ],
          "queries": [
            {
              "users": [
                "string"
              ],
              "groups": [
                "string"
              ],
              "queryOwners": [
                "string"
              ],
              "privileges": [
                "string"
              ],
              "description": "string"
            }
          ],
          "systemSessionProperties": [
            {
              "users": [
                "string"
              ],
              "groups": [
                "string"
              ],
              "property": {
                // Includes only one of the fields `nameRegexp`, `names`
                "nameRegexp": "string",
                "names": {
                  "any": [
                    "string"
                  ]
                }
                // end of the list of possible fields
              },
              "allow": "string",
              "description": "string"
            }
          ],
          "catalogSessionProperties": [
            {
              "users": [
                "string"
              ],
              "groups": [
                "string"
              ],
              "catalog": {
                // Includes only one of the fields `nameRegexp`, `ids`, `names`
                "nameRegexp": "string",
                "ids": {
                  "any": [
                    "string"
                  ]
                },
                "names": {
                  "any": [
                    "string"
                  ]
                }
                // end of the list of possible fields
              },
              "property": {
                // Includes only one of the fields `nameRegexp`, `names`
                "nameRegexp": "string",
                "names": {
                  "any": [
                    "string"
                  ]
                }
                // end of the list of possible fields
              },
              "allow": "string",
              "description": "string"
            }
          ]
        },
        "resourceManagement": {
          "resourceGroups": {
            "rootGroups": [
              {
                "name": "string",
                "maxQueued": "string",
                "softConcurrencyLimit": "string",
                "hardConcurrencyLimit": "string",
                "softMemoryLimit": "string",
                "softCpuLimit": "string",
                "hardCpuLimit": "string",
                "schedulingPolicy": "string",
                "schedulingWeight": "string",
                "subGroups": [
                  "object"
                ]
              }
            ],
            "selectors": [
              {
                "user": "string",
                "userGroup": "string",
                "source": "string",
                "queryType": "string",
                "clientTags": [
                  "string"
                ],
                "group": "string"
              }
            ],
            "cpuQuotaPeriod": "string"
          },
          "query": {
            "properties": "object"
          }
        },
        "tls": {
          "trustedCertificates": [
            "string"
          ]
        }
      },
      "health": "string",
      "status": "string",
      "network": {
        "subnetIds": [
          "string"
        ],
        "securityGroupIds": [
          "string"
        ],
        "privateAccess": {
          "enabled": "boolean"
        }
      },
      "deletionProtection": "boolean",
      "serviceAccountId": "string",
      "logging": {
        "enabled": "boolean",
        // Includes only one of the fields `folderId`, `logGroupId`
        "folderId": "string",
        "logGroupId": "string",
        // end of the list of possible fields
        "minLevel": "string"
      },
      "coordinatorUrl": "string",
      "maintenanceWindow": {
        // Includes only one of the fields `anytime`, `weeklyMaintenanceWindow`
        "anytime": "object",
        "weeklyMaintenanceWindow": {
          "day": "string",
          "hour": "string"
        }
        // end of the list of possible fields
      },
      "plannedOperation": {
        "info": "string",
        "delayedUntil": "string",
        "latestMaintenanceTime": "string",
        "nextMaintenanceWindowTime": "string"
      }
    }
  },
  "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

ClusterEventDetails

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.

ClusterEventDetailsClusterEventDetails

Field

Description

clusterId

string

clusterName

string

cluster

Cluster

ClusterCluster

Field

Description

id

string

folderId

string

createdAt

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).

name

string

description

string

labels

object (map<string, string>)

monitoring[]

Monitoring

trino

TrinoConfig

health

enum (Health)

  • HEALTH_UNKNOWN
  • ALIVE
  • DEAD
  • DEGRADED

status

enum (Status)

  • STATUS_UNKNOWN
  • CREATING
  • RUNNING
  • ERROR
  • STOPPING
  • STOPPED
  • STARTING
  • UPDATING

network

NetworkConfig

deletionProtection

boolean

serviceAccountId

string

The maximum string length in characters is 50.

logging

LoggingConfig

coordinatorUrl

string

maintenanceWindow

MaintenanceWindow

plannedOperation

MaintenanceOperation

MonitoringMonitoring

Field

Description

name

string

description

string

link

string

TrinoConfigTrinoConfig

Field

Description

coordinatorConfig

CoordinatorConfig

workerConfig

WorkerConfig

version

string

retryPolicy

RetryPolicyConfig

accessControl

AccessControlConfig

resourceManagement

ResourceManagementConfig

tls

TLSConfig

CoordinatorConfigCoordinatorConfig

Field

Description

resources

Resources

ResourcesResources

Field

Description

resourcePresetId

string

The maximum string length in characters is 50.

WorkerConfigWorkerConfig

Field

Description

resources

Resources

scalePolicy

WorkerScalePolicy

WorkerScalePolicyWorkerScalePolicy

Field

Description

fixedScale

FixedScalePolicy

Includes only one of the fields fixedScale, autoScale.

autoScale

AutoScalePolicy

Includes only one of the fields fixedScale, autoScale.

FixedScalePolicyFixedScalePolicy

Field

Description

count

string (int64)

Acceptable values are 1 to 512, inclusive.

AutoScalePolicyAutoScalePolicy

Field

Description

minCount

string (int64)

Acceptable values are 0 to 512, inclusive.

maxCount

string (int64)

Acceptable values are 1 to 512, inclusive.

RetryPolicyConfigRetryPolicyConfig

Field

Description

policy

enum (RetryPolicy)

  • QUERY
  • TASK

exchangeManager

ExchangeManagerConfig

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.]*.

ExchangeManagerConfigExchangeManagerConfig

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.]*.

storage

ExchangeManagerStorage

ExchangeManagerStorageExchangeManagerStorage

Field

Description

serviceS3

object

Includes only one of the fields serviceS3.

AccessControlConfigAccessControlConfig

Field

Description

catalogs[]

CatalogAccessRule

schemas[]

SchemaAccessRule

tables[]

TableAccessRule

functions[]

FunctionAccessRule

procedures[]

ProcedureAccessRule

queries[]

QueryAccessRule

systemSessionProperties[]

SystemSessionPropertyAccessRule

catalogSessionProperties[]

CatalogSessionPropertyAccessRule

CatalogAccessRuleCatalogAccessRule

Field

Description

users[]

string

The maximum number of elements is 128. The maximum string length in characters for each value is 63. Each value must match the regular expression [-_0-9a-z]+.

groups[]

string

The maximum number of elements is 128. The maximum string length in characters for each value is 63. Each value must match the regular expression [-_0-9a-z]+.

catalog

CatalogAccessRuleMatcher

permission

enum (Permission)

  • NONE
  • ALL
  • READ_ONLY

description

string

The maximum string length in characters is 128.

CatalogAccessRuleMatcherCatalogAccessRuleMatcher

Field

Description

nameRegexp

string

The maximum string length in characters is 256.

Includes only one of the fields nameRegexp, ids, names.

ids

CatalogIds

Includes only one of the fields nameRegexp, ids, names.

names

CatalogNames

Includes only one of the fields nameRegexp, ids, names.

CatalogIdsCatalogIds

Field

Description

any[]

string

The maximum number of elements is 128. The maximum string length in characters for each value is 63.

CatalogNamesCatalogNames

Field

Description

any[]

string

The maximum number of elements is 128. The maximum string length in characters for each value is 63.

SchemaAccessRuleSchemaAccessRule

Field

Description

users[]

string

The maximum number of elements is 128. The maximum string length in characters for each value is 63. Each value must match the regular expression [-_0-9a-z]+.

groups[]

string

The maximum number of elements is 128. The maximum string length in characters for each value is 63. Each value must match the regular expression [-_0-9a-z]+.

catalog

CatalogAccessRuleMatcher

schema

SchemaAccessRuleMatcher

owner

enum (Owner)

  • NO
  • YES

description

string

The maximum string length in characters is 128.

SchemaAccessRuleMatcherSchemaAccessRuleMatcher

Field

Description

nameRegexp

string

The maximum string length in characters is 256.

Includes only one of the fields nameRegexp, names.

names

SchemaNames

Includes only one of the fields nameRegexp, names.

SchemaNamesSchemaNames

Field

Description

any[]

string

The maximum number of elements is 128. The maximum string length in characters for each value is 63. Each value must match the regular expression [a-z0-9_-]+.

TableAccessRuleTableAccessRule

Field

Description

users[]

string

The maximum number of elements is 128. The maximum string length in characters for each value is 63. Each value must match the regular expression [-_0-9a-z]+.

groups[]

string

The maximum number of elements is 128. The maximum string length in characters for each value is 63. Each value must match the regular expression [-_0-9a-z]+.

catalog

CatalogAccessRuleMatcher

schema

SchemaAccessRuleMatcher

table

TableAccessRuleMatcher

privileges[]

enum (Privilege)

  • SELECT
  • INSERT
  • DELETE
  • UPDATE
  • OWNERSHIP
  • GRANT_SELECT

columns[]

Column

filter

string

The maximum string length in characters is 128.

description

string

The maximum string length in characters is 128.

TableAccessRuleMatcherTableAccessRuleMatcher

Field

Description

nameRegexp

string

The maximum string length in characters is 256.

Includes only one of the fields nameRegexp, names.

names

TableNames

Includes only one of the fields nameRegexp, names.

TableNamesTableNames

Field

Description

any[]

string

The maximum number of elements is 128. The maximum string length in characters for each value is 63. Each value must match the regular expression [a-z0-9_-]+.

ColumnColumn

Field

Description

name

string

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

access

enum (AccessMode)

  • NONE
  • ALL

mask

string

The maximum string length in characters is 128.

FunctionAccessRuleFunctionAccessRule

Field

Description

users[]

string

The maximum number of elements is 128. The maximum string length in characters for each value is 63. Each value must match the regular expression [-_0-9a-z]+.

groups[]

string

The maximum number of elements is 128. The maximum string length in characters for each value is 63. Each value must match the regular expression [-_0-9a-z]+.

catalog

CatalogAccessRuleMatcher

schema

SchemaAccessRuleMatcher

function

FunctionAccessRuleMatcher

privileges[]

enum (Privilege)

  • EXECUTE
  • GRANT_EXECUTE
  • OWNERSHIP

description

string

The maximum string length in characters is 128.

FunctionAccessRuleMatcherFunctionAccessRuleMatcher

Field

Description

nameRegexp

string

The maximum string length in characters is 256.

Includes only one of the fields nameRegexp, names.

names

FunctionNames

Includes only one of the fields nameRegexp, names.

FunctionNamesFunctionNames

Field

Description

any[]

string

The maximum number of elements is 128. The maximum string length in characters for each value is 63. Each value must match the regular expression [a-z0-9_-]+.

ProcedureAccessRuleProcedureAccessRule

Field

Description

users[]

string

The maximum number of elements is 128. The maximum string length in characters for each value is 63. Each value must match the regular expression [-_0-9a-z]+.

groups[]

string

The maximum number of elements is 128. The maximum string length in characters for each value is 63. Each value must match the regular expression [-_0-9a-z]+.

catalog

CatalogAccessRuleMatcher

schema

SchemaAccessRuleMatcher

procedure

ProcedureAccessRuleMatcher

privileges[]

enum (Privilege)

  • EXECUTE

description

string

The maximum string length in characters is 128.

ProcedureAccessRuleMatcherProcedureAccessRuleMatcher

Field

Description

nameRegexp

string

The maximum string length in characters is 256.

Includes only one of the fields nameRegexp, names.

names

ProcedureNames

Includes only one of the fields nameRegexp, names.

ProcedureNamesProcedureNames

Field

Description

any[]

string

The maximum number of elements is 128. The maximum string length in characters for each value is 63. Each value must match the regular expression [a-z0-9_-]+.

QueryAccessRuleQueryAccessRule

Field

Description

users[]

string

The maximum number of elements is 128. The maximum string length in characters for each value is 63. Each value must match the regular expression [-_0-9a-z]+.

groups[]

string

The maximum number of elements is 128. The maximum string length in characters for each value is 63. Each value must match the regular expression [-_0-9a-z]+.

queryOwners[]

string

The maximum number of elements is 128. The maximum string length in characters for each value is 63. Each value must match the regular expression [-_0-9a-z]+.

privileges[]

enum (Privilege)

  • VIEW
  • EXECUTE
  • KILL

description

string

The maximum string length in characters is 128.

SystemSessionPropertyAccessRuleSystemSessionPropertyAccessRule

Field

Description

users[]

string

The maximum number of elements is 128. The maximum string length in characters for each value is 63. Each value must match the regular expression [-_0-9a-z]+.

groups[]

string

The maximum number of elements is 128. The maximum string length in characters for each value is 63. Each value must match the regular expression [-_0-9a-z]+.

property

PropertyAccessRuleMatcher

allow

enum (Allow)

  • NO
  • YES

description

string

The maximum string length in characters is 128.

PropertyAccessRuleMatcherPropertyAccessRuleMatcher

Field

Description

nameRegexp

string

The maximum string length in characters is 256.

Includes only one of the fields nameRegexp, names.

names

PropertyNames

Includes only one of the fields nameRegexp, names.

PropertyNamesPropertyNames

Field

Description

any[]

string

The maximum number of elements is 128. The maximum string length in characters for each value is 63. Each value must match the regular expression [a-z_]+.

CatalogSessionPropertyAccessRuleCatalogSessionPropertyAccessRule

Field

Description

users[]

string

The maximum number of elements is 128. The maximum string length in characters for each value is 63. Each value must match the regular expression [-_0-9a-z]+.

groups[]

string

The maximum number of elements is 128. The maximum string length in characters for each value is 63. Each value must match the regular expression [-_0-9a-z]+.

catalog

CatalogAccessRuleMatcher

property

PropertyAccessRuleMatcher

allow

enum (Allow)

  • NO
  • YES

description

string

The maximum string length in characters is 128.

ResourceManagementConfigResourceManagementConfig

Field

Description

resourceGroups

ResourceGroupsConfig

query

QueryConfig

ResourceGroupsConfigResourceGroupsConfig

Field

Description

rootGroups[]

ResourceGroupConfig

The number of elements must be greater than 0.

selectors[]

SelectorRuleConfig

The number of elements must be greater than 0.

cpuQuotaPeriod

string

ResourceGroupConfigResourceGroupConfig

Field

Description

name

string

maxQueued

string (int64)

Value must be greater than 0.

softConcurrencyLimit

string (int64)

hardConcurrencyLimit

string (int64)

Value must be greater than 0.

softMemoryLimit

string

softCpuLimit

string

hardCpuLimit

string

schedulingPolicy

enum (SchedulingPolicy)

  • FAIR
  • WEIGHTED
  • WEIGHTED_FAIR
  • QUERY_PRIORITY

schedulingWeight

string (int64)

subGroups[]

ResourceGroupConfig

SelectorRuleConfigSelectorRuleConfig

Field

Description

user

string

userGroup

string

source

string

queryType

enum (QueryType)

  • SELECT
  • EXPLAIN
  • DESCRIBE
  • INSERT
  • UPDATE
  • MERGE
  • DELETE
  • ANALYZE
  • DATA_DEFINITION
  • ALTER_TABLE_EXECUTE

clientTags[]

string

group

string

QueryConfigQueryConfig

Field

Description

properties

object (map<string, string>)

TLSConfigTLSConfig

Field

Description

trustedCertificates[]

string

The maximum number of elements is 8. The maximum string length in characters for each value is 8192.

NetworkConfigNetworkConfig

Field

Description

subnetIds[]

string

securityGroupIds[]

string

privateAccess

PrivateAccessConfig

PrivateAccessConfigPrivateAccessConfig

Field

Description

enabled

boolean

LoggingConfigLoggingConfig

Field

Description

enabled

boolean

folderId

string

Value must match the regular expression ([a-zA-Z][-a-zA-Z0-9_.]{0,63})?.

Includes only one of the fields folderId, logGroupId.

logGroupId

string

Value must match the regular expression ([a-zA-Z][-a-zA-Z0-9_.]{0,63})?.

Includes only one of the fields folderId, logGroupId.

minLevel

enum (Level)

  • TRACE
  • DEBUG
  • INFO
  • WARN
  • ERROR
  • FATAL

MaintenanceWindowMaintenanceWindow

Field

Description

anytime

object

Includes only one of the fields anytime, weeklyMaintenanceWindow.

weeklyMaintenanceWindow

WeeklyMaintenanceWindow

Includes only one of the fields anytime, weeklyMaintenanceWindow.

WeeklyMaintenanceWindowWeeklyMaintenanceWindow

Field

Description

day

enum (WeekDay)

  • MON
  • TUE
  • WED
  • THU
  • FRI
  • SAT
  • SUN

hour

string (int64)

Acceptable values are 1 to 24, inclusive.

MaintenanceOperationMaintenanceOperation

Field

Description

info

string

The maximum string length in characters is 256.

delayedUntil

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).

latestMaintenanceTime

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).

nextMaintenanceWindowTime

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).

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

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