Schema
Required
string
required
Unique Qstash Topic ID for requested topic
Read-Only
list(map(string))
Endpoints for the Qstash Topic
string
The ID of this resource.
string
Name of the Qstash Topic
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
data "upstash_qstash_topic_data" "exampleQstashTopicData" {
topic_id = resource.upstash_qstash_topic.exampleQstashTopic.topic_id
}
data "upstash_qstash_topic_data" "exampleQstashTopicData" {
topic_id = resource.upstash_qstash_topic.exampleQstashTopic.topic_id
}
Was this page helpful?