Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • 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
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Terraform in Yandex Cloud
  • Getting started
  • Solution library
    • Overview
    • Release notes
          • yq_monitoring_connection
          • yq_object_storage_binding
          • yq_object_storage_connection
          • yq_ydb_connection
          • yq_yds_binding
          • yq_yds_connection

In this article:

  • Example usage
  • Schema
  • Required
  • Optional
  • Read-Only
  • Import
  1. Terraform reference
  2. Resources
  3. Yandex Query
  4. Resources
  5. yq_monitoring_connection

yandex_yq_monitoring_connection (Resource)

Written by
Yandex Cloud
Updated at September 11, 2025
  • Example usage
  • Schema
    • Required
    • Optional
    • Read-Only
  • Import

Manages Monitoring connection in Yandex Query service. For more information, see the official documentation.

Example usageExample usage

//
// Create a new Monitoring connection.
//

resource "yandex_yq_monitoring_connection" "my_mon_connection" {
  name               = "tf-test-mon-connection"
  description        = "Connection has been created from Terraform"
  folder_id          = "my_folder"
  service_account_id = yandex_iam_service_account.for-yq.id
}

SchemaSchema

RequiredRequired

  • name (String) The resource name.

OptionalOptional

  • description (String) The resource description.
  • folder_id (String) The folder identifier.
  • service_account_id (String) The service account ID to access resources on behalf of.

Read-OnlyRead-Only

  • cloud_id (String) The cloud identifier.
  • id (String) The resource identifier.

ImportImport

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

# terraform import yandex_yq_monitoring_connection.<resource Name> <resource Id>
terraform import yandex_yq_monitoring_connection.my_mon_connection ...

Was the article helpful?

Previous
api_gateway
Next
yq_object_storage_binding
© 2025 Direct Cursus Technology L.L.C.