1. Packages
  2. Upstash
  3. API Docs
  4. getQStashTopicV2
Upstash v0.3.14 published on Friday, Aug 9, 2024 by Upstash

upstash.getQStashTopicV2

Explore with Pulumi AI

upstash logo
Upstash v0.3.14 published on Friday, Aug 9, 2024 by Upstash

    Using getQStashTopicV2

    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 getQStashTopicV2(args: GetQStashTopicV2Args, opts?: InvokeOptions): Promise<GetQStashTopicV2Result>
    function getQStashTopicV2Output(args: GetQStashTopicV2OutputArgs, opts?: InvokeOptions): Output<GetQStashTopicV2Result>
    def get_q_stash_topic_v2(name: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetQStashTopicV2Result
    def get_q_stash_topic_v2_output(name: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetQStashTopicV2Result]
    func LookupQStashTopicV2(ctx *Context, args *LookupQStashTopicV2Args, opts ...InvokeOption) (*LookupQStashTopicV2Result, error)
    func LookupQStashTopicV2Output(ctx *Context, args *LookupQStashTopicV2OutputArgs, opts ...InvokeOption) LookupQStashTopicV2ResultOutput

    > Note: This function is named LookupQStashTopicV2 in the Go SDK.

    public static class GetQStashTopicV2 
    {
        public static Task<GetQStashTopicV2Result> InvokeAsync(GetQStashTopicV2Args args, InvokeOptions? opts = null)
        public static Output<GetQStashTopicV2Result> Invoke(GetQStashTopicV2InvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetQStashTopicV2Result> getQStashTopicV2(GetQStashTopicV2Args args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: upstash:index/getQStashTopicV2:getQStashTopicV2
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string
    Name string
    name String
    name string
    name str
    name String

    getQStashTopicV2 Result

    The following output properties are available:

    CreatedAt int
    Endpoints List<string>
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    UpdatedAt int
    CreatedAt int
    Endpoints []string
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    UpdatedAt int
    createdAt Integer
    endpoints List<String>
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    updatedAt Integer
    createdAt number
    endpoints string[]
    id string
    The provider-assigned unique ID for this managed resource.
    name string
    updatedAt number
    created_at int
    endpoints Sequence[str]
    id str
    The provider-assigned unique ID for this managed resource.
    name str
    updated_at int
    createdAt Number
    endpoints List<String>
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    updatedAt Number

    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.3.14 published on Friday, Aug 9, 2024 by Upstash