Upstash v0.3.14 published on Friday, Aug 9, 2024 by Upstash
upstash.getQStashTopic
Explore with Pulumi AI
Using getQStashTopic
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 getQStashTopic(args: GetQStashTopicArgs, opts?: InvokeOptions): Promise<GetQStashTopicResult>
function getQStashTopicOutput(args: GetQStashTopicOutputArgs, opts?: InvokeOptions): Output<GetQStashTopicResult>
def get_q_stash_topic(topic_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetQStashTopicResult
def get_q_stash_topic_output(topic_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetQStashTopicResult]
func LookupQStashTopic(ctx *Context, args *LookupQStashTopicArgs, opts ...InvokeOption) (*LookupQStashTopicResult, error)
func LookupQStashTopicOutput(ctx *Context, args *LookupQStashTopicOutputArgs, opts ...InvokeOption) LookupQStashTopicResultOutput
> Note: This function is named LookupQStashTopic
in the Go SDK.
public static class GetQStashTopic
{
public static Task<GetQStashTopicResult> InvokeAsync(GetQStashTopicArgs args, InvokeOptions? opts = null)
public static Output<GetQStashTopicResult> Invoke(GetQStashTopicInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetQStashTopicResult> getQStashTopic(GetQStashTopicArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: upstash:index/getQStashTopic:getQStashTopic
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
getQStashTopic Result
The following output properties are available:
Package Details
- Repository
- upstash upstash/pulumi-upstash
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
upstash
Terraform Provider.