Data Sources
upstash_qstash_endpoint_data
data "upstash_qstash_endpoint_data" "exampleQstashEndpointData" {
endpoint_id = resource.upstash_qstash_endpoint.exampleQstashEndpoint.endpoint_id
}
Schema
Required
topic_id
string
requiredTopic Id that the endpoint is added to
Read-Only
endpoint_id
string
Unique Qstash Endpoint ID
id
number
The ID of this resource.
url
string
Unique Qstash Topic Name for Endpoint
Was this page helpful?
data "upstash_qstash_endpoint_data" "exampleQstashEndpointData" {
endpoint_id = resource.upstash_qstash_endpoint.exampleQstashEndpoint.endpoint_id
}