Skip to content

Execute Scheduled Query

timestreamquery_execute_scheduled_query R Documentation

You can use this API to run a scheduled query manually

Description

You can use this API to run a scheduled query manually.

Usage

timestreamquery_execute_scheduled_query(ScheduledQueryArn,
  InvocationTime, ClientToken)

Arguments

ScheduledQueryArn

[required] ARN of the scheduled query.

InvocationTime

[required] The timestamp in UTC. Query will be run as if it was invoked at this timestamp.

ClientToken

Not used.

Value

An empty list.

Request syntax

svc$execute_scheduled_query(
  ScheduledQueryArn = "string",
  InvocationTime = as.POSIXct(
    "2015-01-01"
  ),
  ClientToken = "string"
)