yandex_serverless_eventrouter_connector (Data Source)
Get information about Serverless Event Router Connector.
Example Usage
//
// TBD
//
Schema
Optional
connector_id(String) ID of the connectorname(String) Name of the connector
Read-Only
bus_id(String) ID of the bus that the connector belongs tocloud_id(String) ID of the cloud that the connector resides increated_at(String) Creation timestampdeletion_protection(Boolean) Deletion protectiondescription(String) Description of the connectorfolder_id(String) ID of the folder that the connector resides inid(String) The ID of this resource.labels(Map of String) Connector labelstimer(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 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 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 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