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

yandex_trino_catalog (DataSource)

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

Catalog for Managed 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].
    • read (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). Read operations occur during any refresh or planning operation when refresh is enabled.

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

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