Schema
Required
string
required
Topic ID that the endpoint is added to
string
required
URL of the endpoint
Read-Only
string
Unique Qstash endpoint ID
string
The ID of this resource.
string
Unique Qstash topic name for endpoint
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
resource "upstash_qstash_endpoint" "exampleQstashEndpoint" {
url = "https://***.***"
topic_id = resource.upstash_qstash_topic.exampleQstashTopic.topic_id
}
Create and manage Qstash endpoints.
resource "upstash_qstash_endpoint" "exampleQstashEndpoint" {
url = "https://***.***"
topic_id = resource.upstash_qstash_topic.exampleQstashTopic.topic_id
}
Was this page helpful?