Learn R Programming

paws.database (version 0.9.0)

timestreamquery_execute_scheduled_query: 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,
  QueryInsights = 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.

QueryInsights

Encapsulates settings for enabling QueryInsights.

Enabling QueryInsights returns insights and metrics as a part of the Amazon SNS notification for the query that you executed. You can use QueryInsights to tune your query performance and cost.