Data Sources
upstash_qstash_topic_data
data "upstash_qstash_topic_data" "exampleQstashTopicData" {
topic_id = resource.upstash_qstash_topic.exampleQstashTopic.topic_id
}
Schema
Required
topic_id
string
requiredUnique Qstash Topic ID for requested topic
Read-Only
endpoints
list(map(string))
Endpoints for the Qstash Topic
id
string
The ID of this resource.
name
string
Name of the Qstash Topic
Was this page helpful?
data "upstash_qstash_topic_data" "exampleQstashTopicData" {
topic_id = resource.upstash_qstash_topic.exampleQstashTopic.topic_id
}