Yandex Cloud
Поиск
Связаться с экспертомПопробовать бесплатно
  • Кейсы
  • Документация
  • Блог
  • Все сервисы
    • Cloud Interconnect
    • Cloud Backup
    • Cloud Registry
    • Yandex AI Studio
    • Compute Cloud
    • Object Storage
    • Managed Service for Kubernetes®
    • Yandex BareMetal
    • Smart Web Security
    • Security Deck
    • Managed Service for PostgreSQL
    • Managed Service for ClickHouse®
    • Monium
    • Cloud CDN
    • Network Load Balancer
    • Virtual Private Cloud
    • Cloud DNS
    • Application Load Balancer
    • Yandex Cloud Video
    • Stackland
    • Yandex Cloud Router
    • Yandex Managed Service for Trino
    • Managed Service for MySQL®
    • Managed Service for Valkey™
    • Managed Service for Apache Spark™
    • Yandex StoreDoc
    • Managed Service for OpenSearch
    • Managed Service for Apache Kafka®
    • Data Transfer
    • Yandex MPP Analytics Engine for PostgreSQL
    • Yandex Managed Service for Apache Airflow®
    • Data Processing
    • Yandex MetaData Hub
    • Managed Service for YDB
    • Managed Service for Sharded PostgreSQL
    • Managed Service for YTsaurus
    • Yandex WebSQL
    • DataLens
    • Yandex Search API
    • SpeechSense
    • SpeechKit
    • DataSphere
    • Vision OCR
    • Translate
    • Yandex Neurosupport
    • Yandex Cloud Detection and Response
    • Yandex Identity Hub
    • Key Management Service
    • Certificate Manager
    • Yandex Lockbox
    • Audit Trails
    • SmartCaptcha
    • Cloud Desktop
    • GOST Gateway
    • Yandex SIEM
    • SourceCraft Code Assistant
    • Container Registry
    • Managed Service for GitLab
    • SourceCraft
    • Managed Service for Prometheus®
    • Cloud Functions
    • API Gateway
    • Yandex Cloud Postbox
    • Message Queue
    • Serverless Integrations
    • IoT Core
    • Data Streams
    • Serverless Containers
    • Cloud Notification Service
    • Yandex Query
    • Identity and Access Management
    • Yandex Cloud Console
    • Resource Manager
    • Yandex Cloud Billing
    • Yandex Cloud Quota Manager
    • Cloud Apps
  • Статус работы сервисов
  • Marketplace
    • Популярные
    • Инфраструктура и сеть
    • Платформа данных
    • Искусственный интеллект
    • Безопасность
    • Инструменты DevOps
    • Бессерверные вычисления
    • Управление ресурсами
  • Все решения
    • По отраслям
    • По типу задач
    • Экономика платформы
    • Yandex Cloud Trust
    • Техническая поддержка
    • Каталог партнёров
    • Обучение и сертификация
    • Облако для стартапов
    • Облако для крупного бизнеса
    • Центр технологий для общества
    • Облако для интеграторов
    • Поддержка IT-бизнеса
    • Облако для фрилансеров
    • Обучение и сертификация
    • Блог
    • Документация
    • Контент-программа
    • Мероприятия и вебинары
    • Контакты, чаты и сообщества
    • Идеи
    • Калькулятор цен
    • Тарифы
    • Акции и free tier
  • Кейсы
  • Документация
  • Блог
Создавайте контент и получайте гранты!Готовы написать своё руководство? Участвуйте в контент-программе и получайте гранты на работу с облачными сервисами!
Подробнее о программе
Проект Яндекса
© 2026 ООО «Яндекс.Облако»
Terraform в Yandex Cloud
  • Начало работы
  • Настройка аутентификации Terraform-провайдера Yandex Cloud
  • Библиотека решений
    • Обзор
    • История изменений (англ.)
          • trino_access_control
          • trino_catalog
          • trino_cluster
          • trino_cluster_iam_binding

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

  • Arguments & Attributes Reference
  • Import
  1. Справочник Terraform
  2. Ресурсы (англ.)
  3. Managed Service for Trino
  4. Resources
  5. trino_catalog

yandex_trino_catalog (Resource)

Статья создана
Yandex Cloud
Обновлена 20 июля 2026 г.
Открыть в Markdown
  • Arguments & Attributes Reference
  • Import

Catalog for Manage Trino cluster.

Arguments & Attributes ReferenceArguments & Attributes Reference

  • clickhouse [Block]. Configuration for Clickhouse connector.
    • additional_properties (Map Of String). Additional properties.
    • connection_manager [Block]. Configuration for connection manager connection.
      • connection_id (Required)(String). Connection ID.
      • connection_properties (Map Of String). Additional connection properties.
      • database (Required)(String). Database.
    • on_premise [Block]. Configuration for on-premise connection.
      • connection_url (Required)(String). Connection to the clickhouse.
      • password (Required)(String). Password of the clickhouse user.
      • user_name (Required)(String). Name of the clickhouse user.
  • cluster_id (Required)(String). ID of the Trino cluster. Provided by the client when the Catalog is created.
  • delta_lake [Block]. Configuration for DeltaLake connector.
    • additional_properties (Map Of String). Additional properties.
    • file_system [Block]. File system configuration.
      • external_s3 [Block]. Describes External S3 compatible file system.
        • aws_access_key (Required)(String). AWS access key ID for S3 authentication.
        • aws_endpoint (Required)(String). AWS S3 compatible endpoint URL.
        • aws_region (Required)(String). AWS region for S3 storage.
        • aws_secret_key (Required)(String). AWS secret access key for S3 authentication.
      • s3 [Block]. Describes YandexCloud native S3 file system.
    • metastore [Block]. Metastore configuration.
      • managed_cluster_id (String). ID of the Managed Hive Metastore cluster.
      • uri (String). URI of the Hive Metastore.
  • description (String). The resource description.
  • greenplum [Block]. Configuration for Greenplum/Cloudberry connector.
    • additional_properties (Map Of String). Additional properties.
    • connection_manager [Block]. Configuration for connection manager connection.
      • connection_id (Required)(String). Connection ID.
      • connection_properties (Map Of String). Additional connection properties.
      • database (Required)(String). Database.
    • on_premise [Block]. Configuration for on-premise connection.
      • connection_url (Required)(String). Connection to the clickhouse.
      • password (Required)(String). Password of the clickhouse user.
      • user_name (Required)(String). Name of the clickhouse user.
  • hive [Block]. Configuration for Hive connector.
    • additional_properties (Map Of String). Additional properties.
    • file_system [Block]. File system configuration.
      • external_s3 [Block]. Describes External S3 compatible file system.
        • aws_access_key (Required)(String). AWS access key ID for S3 authentication.
        • aws_endpoint (Required)(String). AWS S3 compatible endpoint URL.
        • aws_region (Required)(String). AWS region for S3 storage.
        • aws_secret_key (Required)(String). AWS secret access key for S3 authentication.
      • s3 [Block]. Describes YandexCloud native S3 file system.
    • metastore [Block]. Metastore configuration.
      • managed_cluster_id (String). ID of the Managed Hive Metastore cluster.
      • uri (String). URI of the Hive Metastore.
  • hudi [Block]. Configuration for Hudi connector.
    • additional_properties (Map Of String). Additional properties.
    • file_system [Block]. File system configuration.
      • external_s3 [Block]. Describes External S3 compatible file system.
        • aws_access_key (Required)(String). AWS access key ID for S3 authentication.
        • aws_endpoint (Required)(String). AWS S3 compatible endpoint URL.
        • aws_region (Required)(String). AWS region for S3 storage.
        • aws_secret_key (Required)(String). AWS secret access key for S3 authentication.
      • s3 [Block]. Describes YandexCloud native S3 file system.
    • metastore [Block]. Metastore configuration.
      • managed_cluster_id (String). ID of the Managed Hive Metastore cluster.
      • uri (String). URI of the Hive Metastore.
  • iceberg [Block]. Configuration for Iceberg connector.
    • additional_properties (Map Of String). Additional properties.
    • file_system [Block]. File system configuration.
      • external_s3 [Block]. Describes External S3 compatible file system.
        • aws_access_key (Required)(String). AWS access key ID for S3 authentication.
        • aws_endpoint (Required)(String). AWS S3 compatible endpoint URL.
        • aws_region (Required)(String). AWS region for S3 storage.
        • aws_secret_key (Required)(String). AWS secret access key for S3 authentication.
      • s3 [Block]. Describes YandexCloud native S3 file system.
    • metastore [Block]. Metastore configuration.
      • managed_cluster_id (String). ID of the Managed Hive Metastore cluster.
      • protocol (String). Protocol for connecting to the Hive Metastore: thrift or rest (Iceberg REST).
      • rest_uri (String). URI of the Iceberg REST Catalog metastore.
      • uri (String). URI of the Hive Metastore.
  • id (Read-Only) (String). The resource identifier.
  • labels (Map Of String). A set of key/value label pairs which assigned to resource.
  • mysql [Block]. Configuration for MySQL connector.
    • additional_properties (Map Of String). Additional properties.
    • connection_manager [Block]. Configuration for MySQL connection manager connection.
      • connection_id (Required)(String). Connection ID.
      • connection_properties (Map Of String). Additional connection properties.
    • on_premise [Block]. Configuration for on-premise connection.
      • connection_url (Required)(String). Connection to the clickhouse.
      • password (Required)(String). Password of the clickhouse user.
      • user_name (Required)(String). Name of the clickhouse user.
  • name (Required)(String). The resource name.
  • oracle [Block]. Configuration for Oracle connector.
    • additional_properties (Map Of String). Additional properties.
    • on_premise [Block]. Configuration for on-premise connection.
      • connection_url (Required)(String). Connection to the clickhouse.
      • password (Required)(String). Password of the clickhouse user.
      • user_name (Required)(String). Name of the clickhouse user.
  • postgresql [Block]. Configuration for Postgresql connector.
    • additional_properties (Map Of String). Additional properties.
    • connection_manager [Block]. Configuration for connection manager connection.
      • connection_id (Required)(String). Connection ID.
      • connection_properties (Map Of String). Additional connection properties.
      • database (Required)(String). Database.
    • on_premise [Block]. Configuration for on-premise connection.
      • connection_url (Required)(String). Connection to the clickhouse.
      • password (Required)(String). Password of the clickhouse user.
      • user_name (Required)(String). Name of the clickhouse user.
  • sqlserver [Block]. Configuration for SQLServer connector.
    • additional_properties (Map Of String). Additional properties.
    • on_premise [Block]. Configuration for on-premise connection.
      • connection_url (Required)(String). Connection to the clickhouse.
      • password (Required)(String). Password of the clickhouse user.
      • user_name (Required)(String). Name of the clickhouse user.
  • tpcds [Block]. Configuration for TPCDS connector.
    • additional_properties (Map Of String). Additional properties.
  • tpch [Block]. Configuration for TPCH connector.
    • additional_properties (Map Of String). Additional properties.
  • timeouts [Block].
    • create (String). A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
    • delete (String). A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
    • update (String). A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).

ImportImport

The resource can be imported by using their resource ID. For getting it you can use Yandex Cloud Web Console or Yandex Cloud CLI.

# terraform import yandex_trino_catalog.<resource Name> <cluster_id>:<resource_id>
terraform import yandex_trino_catalog.my_catalog cluster_id:catalog_id

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

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