Resources

upstash_qstash_endpoint

Create and manage QStash endpoints.

example.tf
resource "upstash_qstash_endpoint" "exampleQStashEndpoint" {  url      = "https://***.***"  topic_id = resource.upstash_qstash_topic.exampleQstashTopic.topic_id}

Schema

Required

topic_idquerystringrequired

Topic ID that the endpoint is added to

urlquerystringrequired

URL of the endpoint

Read-Only

endpoint_idstring

Unique QStash endpoint ID

idstring

The ID of this resource.

topic_namestring

Unique QStash topic name for endpoint

Loading search…