Upstash v0.5.0 published on Wednesday, Aug 27, 2025 by Upstash
upstash.getSearch
Explore with Pulumi AI
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:
- Creation
Time int - Customer
Id string - Endpoint string
- Id string
- Max
Daily intQueries - Max
Daily intUpdates - Max
Monthly intBandwidth - Max
Query intPer Second - Max
Reads intPer Request - Max
Total intMetadata Size - Max
Vector intCount - Max
Writes intPer Request - Max
Writes intPer Second - Name string
- Read
Only stringToken - Region string
- Reserved
Price double - Token string
- Type string
- Creation
Time int - Customer
Id string - Endpoint string
- Id string
- Max
Daily intQueries - Max
Daily intUpdates - Max
Monthly intBandwidth - Max
Query intPer Second - Max
Reads intPer Request - Max
Total intMetadata Size - Max
Vector intCount - Max
Writes intPer Request - Max
Writes intPer Second - Name string
- Read
Only stringToken - Region string
- Reserved
Price float64 - Token string
- Type string
- creation
Time Integer - customer
Id String - endpoint String
- id String
- max
Daily IntegerQueries - max
Daily IntegerUpdates - max
Monthly IntegerBandwidth - max
Query IntegerPer Second - max
Reads IntegerPer Request - max
Total IntegerMetadata Size - max
Vector IntegerCount - max
Writes IntegerPer Request - max
Writes IntegerPer Second - name String
- read
Only StringToken - region String
- reserved
Price Double - token String
- type String
- creation
Time number - customer
Id string - endpoint string
- id string
- max
Daily numberQueries - max
Daily numberUpdates - max
Monthly numberBandwidth - max
Query numberPer Second - max
Reads numberPer Request - max
Total numberMetadata Size - max
Vector numberCount - max
Writes numberPer Request - max
Writes numberPer Second - name string
- read
Only stringToken - region string
- reserved
Price number - token string
- type string
- creation_
time int - customer_
id str - endpoint str
- id str
- max_
daily_ intqueries - max_
daily_ intupdates - max_
monthly_ intbandwidth - max_
query_ intper_ second - max_
reads_ intper_ request - max_
total_ intmetadata_ size - max_
vector_ intcount - max_
writes_ intper_ request - max_
writes_ intper_ second - name str
- read_
only_ strtoken - region str
- reserved_
price float - token str
- type str
- creation
Time Number - customer
Id String - endpoint String
- id String
- max
Daily NumberQueries - max
Daily NumberUpdates - max
Monthly NumberBandwidth - max
Query NumberPer Second - max
Reads NumberPer Request - max
Total NumberMetadata Size - max
Vector NumberCount - max
Writes NumberPer Request - max
Writes NumberPer Second - name String
- read
Only StringToken - region String
- reserved
Price Number - token String
- type String
Package Details
- Repository
- upstash upstash/pulumi-upstash
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
upstash
Terraform Provider.