Schema
Required
string
required
Name of the QStash topic
Read-Only
list(map(string))
Endpoints for the QStash topic
string
The ID of this resource.
string
Unique QStash topic ID for requested topic
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
resource "upstash_qstash_topic" "exampleQStashTopic" {
name = "exampleQStashTopicName"
}
Create and manage QStash topics
resource "upstash_qstash_topic" "exampleQStashTopic" {
name = "exampleQStashTopicName"
}
Related topics
upstash_qstash_topic_dataPipedreamupstash_qstash_endpointupstash_qstash_scheduleupstash_qstash_endpoint_dataWas this page helpful?