timestreamquery_execute_scheduled_query: You can use this API to run a scheduled query manually

View source: R/timestreamquery_operations.R

timestreamquery_execute_scheduled_queryR Documentation

You can use this API to run a scheduled query manually

Description

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

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

Usage

timestreamquery_execute_scheduled_query(
  ScheduledQueryArn,
  InvocationTime,
  ClientToken = NULL
)

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.


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