1. Packages
  2. Upstash
  3. API Docs
  4. getQStashTopic
Upstash v0.2.0 published on Wednesday, May 24, 2023 by Upstash

upstash.getQStashTopic

Explore with Pulumi AI

upstash logo
Upstash v0.2.0 published on Wednesday, May 24, 2023 by Upstash

    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:

    TopicId string
    TopicId string
    topicId String
    topicId string
    topicId String

    getQStashTopic Result

    The following output properties are available:

    Endpoints List<ImmutableDictionary<string, string>>
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    TopicId string
    Endpoints []map[string]string
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    TopicId string
    endpoints List<Map<String,String>>
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    topicId String
    endpoints {[key: string]: string}[]
    id string
    The provider-assigned unique ID for this managed resource.
    name string
    topicId string
    endpoints Sequence[Mapping[str, str]]
    id str
    The provider-assigned unique ID for this managed resource.
    name str
    topic_id str
    endpoints List<Map<String>>
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    topicId String

    Package Details

    Repository
    upstash upstash/pulumi-upstash
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the upstash Terraform Provider.
    upstash logo
    Upstash v0.2.0 published on Wednesday, May 24, 2023 by Upstash