createScheduledQuery  
  inline suspend fun TimestreamQueryClient.createScheduledQuery(crossinline block: CreateScheduledQueryRequest.Builder.() -> Unit): CreateScheduledQueryResponse
Create a scheduled query that will be run on your behalf at the configured schedule. Timestream assumes the execution role provided as part of the ScheduledQueryExecutionRoleArn parameter to run the query. You can use the NotificationConfiguration parameter to configure notification for your scheduled query operations.