timestreamquery_prepare_query: A synchronous operation that allows you to submit a query...

View source: R/timestreamquery_operations.R

timestreamquery_prepare_queryR Documentation

A synchronous operation that allows you to submit a query with parameters to be stored by Timestream for later running

Description

A synchronous operation that allows you to submit a query with parameters to be stored by Timestream for later running. Timestream only supports using this operation with the PrepareQueryRequest$ValidateOnly set to true.

See https://www.paws-r-sdk.com/docs/timestreamquery_prepare_query/ for full documentation.

Usage

timestreamquery_prepare_query(QueryString, ValidateOnly = NULL)

Arguments

QueryString

[required] The Timestream query string that you want to use as a prepared statement. Parameter names can be specified in the query string @ character followed by an identifier.

ValidateOnly

By setting this value to true, Timestream will only validate that the query string is a valid Timestream query, and not store the prepared query for later use.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.