Yandex Cloud
Search
Discuss with expertTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
    • 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 Identity Hub
    • Key Management Service
    • Certificate Manager
    • Yandex Lockbox
    • Audit Trails
    • SmartCaptcha
    • Cloud Desktop
    • SourceCraft Code Assistant
    • Container Registry
    • Managed Service for GitLab
    • 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
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
Terraform in Yandex Cloud
  • Getting started
  • Setting up Yandex Cloud Terraform provider authentication
  • Solution library
    • Overview
    • Release notes
          • trino_access_control
          • trino_catalog
          • trino_cluster
  1. Terraform reference
  2. Resources
  3. Managed Service for Trino
  4. Data Sources
  5. trino_catalog

yandex_trino_catalog (DataSource)

Written by
Yandex Cloud
Updated at July 20, 2026
View in 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.

Was the article helpful?

Previous
trino_access_control
Next
trino_cluster
© 2026 Direct Cursus Technology L.L.C.