Upstash v0.5.0 published on Wednesday, Aug 27, 2025 by Upstash
upstash.getQStashEndpoint
Explore with Pulumi AI
Using getQStashEndpoint
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getQStashEndpoint(args: GetQStashEndpointArgs, opts?: InvokeOptions): Promise<GetQStashEndpointResult>
function getQStashEndpointOutput(args: GetQStashEndpointOutputArgs, opts?: InvokeOptions): Output<GetQStashEndpointResult>
def get_q_stash_endpoint(topic_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetQStashEndpointResult
def get_q_stash_endpoint_output(topic_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetQStashEndpointResult]
func LookupQStashEndpoint(ctx *Context, args *LookupQStashEndpointArgs, opts ...InvokeOption) (*LookupQStashEndpointResult, error)
func LookupQStashEndpointOutput(ctx *Context, args *LookupQStashEndpointOutputArgs, opts ...InvokeOption) LookupQStashEndpointResultOutput
> Note: This function is named LookupQStashEndpoint
in the Go SDK.
public static class GetQStashEndpoint
{
public static Task<GetQStashEndpointResult> InvokeAsync(GetQStashEndpointArgs args, InvokeOptions? opts = null)
public static Output<GetQStashEndpointResult> Invoke(GetQStashEndpointInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetQStashEndpointResult> getQStashEndpoint(GetQStashEndpointArgs args, InvokeOptions options)
public static Output<GetQStashEndpointResult> getQStashEndpoint(GetQStashEndpointArgs args, InvokeOptions options)
fn::invoke:
function: upstash:index/getQStashEndpoint:getQStashEndpoint
arguments:
# arguments dictionary
The following arguments are supported:
- Topic
Id string
- Topic
Id string
- topic
Id String
- topic
Id string
- topic_
id str
- topic
Id String
getQStashEndpoint Result
The following output properties are available:
- Endpoint
Id string - Id string
- The provider-assigned unique ID for this managed resource.
- Topic
Id string - Url string
- Endpoint
Id string - Id string
- The provider-assigned unique ID for this managed resource.
- Topic
Id string - Url string
- endpoint
Id String - id String
- The provider-assigned unique ID for this managed resource.
- topic
Id String - url String
- endpoint
Id string - id string
- The provider-assigned unique ID for this managed resource.
- topic
Id string - url string
- endpoint_
id str - id str
- The provider-assigned unique ID for this managed resource.
- topic_
id str - url str
- endpoint
Id String - id String
- The provider-assigned unique ID for this managed resource.
- topic
Id String - url String
Package Details
- Repository
- upstash upstash/pulumi-upstash
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
upstash
Terraform Provider.