Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ScheduleConfiguration

import type { ScheduleConfiguration } from "https://aws-api.deno.dev/v0.3/services/timestreamquery.ts?docs=full";

Configuration of the schedule of the query.

interface ScheduleConfiguration {
ScheduleExpression: string;
}

§Properties

§
ScheduleExpression: string
[src]

An expression that denotes when to trigger the scheduled query run. This can be a cron expression or a rate expression.