Schema
Required
string
required
Topic Id that the endpoint is added to
Read-Only
string
Unique Qstash Endpoint ID
number
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.
data "upstash_qstash_endpoint_data" "exampleQstashEndpointData" {
endpoint_id = resource.upstash_qstash_endpoint.exampleQstashEndpoint.endpoint_id
}
data "upstash_qstash_endpoint_data" "exampleQstashEndpointData" {
endpoint_id = resource.upstash_qstash_endpoint.exampleQstashEndpoint.endpoint_id
}
Was this page helpful?