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
          • serverless_eventrouter_bus
          • serverless_eventrouter_connector
          • serverless_eventrouter_rule

In this article:

  • Example Usage
  • Schema
  • Optional
  • Read-Only
  • Nested Schema for timer
  • Nested Schema for yds
  • Nested Schema for ymq
  1. Terraform reference
  2. Resources
  3. Serverless Integrations
  4. Data Sources
  5. serverless_eventrouter_connector

yandex_serverless_eventrouter_connector (Data Source)

Written by
Yandex Cloud
Updated at August 7, 2025
  • Example Usage
  • Schema
    • Optional
    • Read-Only
    • Nested Schema for timer
    • Nested Schema for yds
    • Nested Schema for ymq

Get information about Serverless Event Router Connector.

Example UsageExample Usage

//
// TBD
//

SchemaSchema

OptionalOptional

  • connector_id (String) ID of the connector
  • name (String) Name of the connector

Read-OnlyRead-Only

  • bus_id (String) ID of the bus that the connector belongs to
  • cloud_id (String) ID of the cloud that the connector resides in
  • created_at (String) Creation timestamp
  • deletion_protection (Boolean) Deletion protection
  • description (String) Description of the connector
  • folder_id (String) ID of the folder that the connector resides in
  • id (String) The ID of this resource.
  • labels (Map of String) Connector labels
  • timer (List of Object) Timer source of the connector. (see below for nested schema)
  • yds (List of Object) Data Stream source of the connector. (see below for nested schema)
  • ymq (List of Object) Message Queue source of the connector. (see below for nested schema)

Nested Schema for Nested Schema for timer

Read-Only:

  • cron_expression (String) Cron expression. Cron expression with seconds. Example: 0 45 16 ? * *

  • payload (String) Payload to be passed to bus

  • timezone (String) Timezone in tz database format. Example: Europe/Moscow

Nested Schema for Nested Schema for yds

Read-Only:

  • consumer (String) Consumer name

  • database (String) Stream database

  • service_account_id (String) Service account which has read permission on the stream

  • stream_name (String) Stream name, absolute or relative

Nested Schema for Nested Schema for ymq

Read-Only:

  • batch_size (Number) Batch size for polling

  • polling_timeout (String) Queue polling timeout

  • queue_arn (String) Queue ARN. Example: yrn:yc:ymq:ru-central1:aoe***:test

  • service_account_id (String) Service account which has read access to the queue

  • visibility_timeout (String) Queue visibility timeout override

Was the article helpful?

Previous
serverless_eventrouter_bus
Next
serverless_eventrouter_rule
© 2025 Direct Cursus Technology L.L.C.