Create scheduled query
async_boto.validation.timestream_query.create_scheduled_query
CreateScheduledQueryRequest
Bases: BaseModel
Creates a scheduled query that will be run on your behalf at the configured schedule.
| ATTRIBUTE | DESCRIPTION |
|---|---|
ClientToken |
Using a ClientToken makes the call to CreateScheduledQuery idempotent.
TYPE:
|
ErrorReportConfiguration |
Configuration for error reporting.
TYPE:
|
KmsKeyId |
The Amazon KMS key used to encrypt the scheduled query resource, at-rest.
TYPE:
|
Name |
Name of the scheduled query.
TYPE:
|
NotificationConfiguration |
Notification configuration for the scheduled query. |
QueryString |
The query string to run.
TYPE:
|
ScheduleConfiguration |
The schedule configuration for the query.
TYPE:
|
ScheduledQueryExecutionRoleArn |
The ARN for the IAM role that Timestream will assume when running the scheduled query.
TYPE:
|
Tags |
A list of key-value pairs to label the scheduled query.
TYPE:
|
TargetConfiguration |
Configuration used for writing the result of a query.
TYPE:
|
ClientToken
class-attribute
instance-attribute
ClientToken = None
ErrorReportConfiguration
instance-attribute
ErrorReportConfiguration
KmsKeyId
class-attribute
instance-attribute
KmsKeyId = None
Name
instance-attribute
Name
NotificationConfiguration
instance-attribute
NotificationConfiguration
QueryString
instance-attribute
QueryString
ScheduleConfiguration
instance-attribute
ScheduleConfiguration
ScheduledQueryExecutionRoleArn
instance-attribute
ScheduledQueryExecutionRoleArn
Tags
class-attribute
instance-attribute
Tags = Field(None, max_length=200)
TargetConfiguration
class-attribute
instance-attribute
TargetConfiguration = None
CreateScheduledQueryResponse
Bases: BaseModel
The response returned by the service when a CreateScheduledQuery action is successful.
| ATTRIBUTE | DESCRIPTION |
|---|---|
Arn |
ARN for the created scheduled query.
TYPE:
|
Arn
instance-attribute
Arn