Execute scheduled query
async_boto.validation.timestream_query.execute_scheduled_query
ExecuteScheduledQueryRequest
Bases: BaseModel
You can use this API to run a scheduled query manually.
If you enabled QueryInsights, this API also returns insights and metrics related to the query that you executed as part of an Amazon SNS notification. QueryInsights helps with performance tuning of your query.
| PARAMETER | DESCRIPTION |
|---|---|
ClientToken
|
Not used.
TYPE:
|
InvocationTime
|
The timestamp in UTC. Query will be run as if it was invoked at this timestamp.
TYPE:
|
QueryInsights
|
Encapsulates settings for enabling QueryInsights.
TYPE:
|
ScheduledQueryArn
|
ARN of the scheduled query.
TYPE:
|
ClientToken
class-attribute
instance-attribute
ClientToken = None
InvocationTime
instance-attribute
InvocationTime
QueryInsights
class-attribute
instance-attribute
QueryInsights = None
ScheduledQueryArn
instance-attribute
ScheduledQueryArn
ExecuteScheduledQueryResponse
Bases: BaseModel
The response returned by the service when an ExecuteScheduledQuery action is successful. If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.