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

TaskSchedule

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

Specifies the schedule you want your task to use for repeated executions. For more information, see Schedule Expressions for Rules.

interface TaskSchedule {
ScheduleExpression: string;
}

§Properties

§
ScheduleExpression: string
[src]

A cron expression that specifies when DataSync initiates a scheduled transfer from a source to a destination location.