View source: R/timestreamquery_operations.R
timestreamquery_prepare_query | R Documentation |
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 ValidateOnly
set to true
.
See https://www.paws-r-sdk.com/docs/timestreamquery_prepare_query/ for full documentation.
timestreamquery_prepare_query(QueryString, ValidateOnly = NULL)
QueryString |
[required] The Timestream query string that you want to use as a prepared
statement. Parameter names can be specified in the query string |
ValidateOnly |
By setting this value to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.