queryString

@JvmName(name = "mcvuvrwgiahubxhi")
suspend fun queryString(value: Output<String>)
@JvmName(name = "pipkhcvdbusnkmby")
suspend fun queryString(value: String?)

Parameters

value

The query string to run. Parameter names can be specified in the query string @ character followed by an identifier. The named Parameter @scheduled_runtime is reserved and can be used in the query to get the time at which the query is scheduled to run. The timestamp calculated according to the ScheduleConfiguration parameter, will be the value of @scheduled_runtime paramater for each query run. For example, consider an instance of a scheduled query executing on 2021-12-01 00:00:00. For this instance, the @scheduled_runtime parameter is initialized to the timestamp 2021-12-01 00:00:00 when invoking the query.