Skip to content

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: str | None

ErrorReportConfiguration

Configuration for error reporting.

TYPE: ErrorReportConfiguration

KmsKeyId

The Amazon KMS key used to encrypt the scheduled query resource, at-rest.

TYPE: str | None

Name

Name of the scheduled query.

TYPE: str

NotificationConfiguration

Notification configuration for the scheduled query.

TYPE: NotificationConfiguration

QueryString

The query string to run.

TYPE: str

ScheduleConfiguration

The schedule configuration for the query.

TYPE: ScheduleConfiguration

ScheduledQueryExecutionRoleArn

The ARN for the IAM role that Timestream will assume when running the scheduled query.

TYPE: str

Tags

A list of key-value pairs to label the scheduled query.

TYPE: List[Tag] | None

TargetConfiguration

Configuration used for writing the result of a query.

TYPE: TargetConfiguration | None

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: str

Arn instance-attribute

Arn