1. Packages
  2. Upstash
  3. API Docs
  4. getSearch
Upstash v0.5.0 published on Wednesday, Aug 27, 2025 by Upstash

upstash.getSearch

Explore with Pulumi AI

upstash logo
Upstash v0.5.0 published on Wednesday, Aug 27, 2025 by Upstash

    Using getSearch

    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 getSearch(args: GetSearchArgs, opts?: InvokeOptions): Promise<GetSearchResult>
    function getSearchOutput(args: GetSearchOutputArgs, opts?: InvokeOptions): Output<GetSearchResult>
    def get_search(id: Optional[str] = None,
                   opts: Optional[InvokeOptions] = None) -> GetSearchResult
    def get_search_output(id: Optional[pulumi.Input[str]] = None,
                   opts: Optional[InvokeOptions] = None) -> Output[GetSearchResult]
    func LookupSearch(ctx *Context, args *LookupSearchArgs, opts ...InvokeOption) (*LookupSearchResult, error)
    func LookupSearchOutput(ctx *Context, args *LookupSearchOutputArgs, opts ...InvokeOption) LookupSearchResultOutput

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

    public static class GetSearch 
    {
        public static Task<GetSearchResult> InvokeAsync(GetSearchArgs args, InvokeOptions? opts = null)
        public static Output<GetSearchResult> Invoke(GetSearchInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSearchResult> getSearch(GetSearchArgs args, InvokeOptions options)
    public static Output<GetSearchResult> getSearch(GetSearchArgs args, InvokeOptions options)
    
    fn::invoke:
      function: upstash:index/getSearch:getSearch
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Id string
    id String
    id string
    id str
    id String

    getSearch 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.
    upstash logo
    Upstash v0.5.0 published on Wednesday, Aug 27, 2025 by Upstash