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

UpdateScheduleRequest

import type { UpdateScheduleRequest } from "https://aws-api.deno.dev/v0.4/services/databrew.ts?docs=full";
interface UpdateScheduleRequest {
CronExpression: string;
JobNames?: string[] | null;
Name: string;
}

§Properties

§
CronExpression: string
[src]

The date or dates and time or times when the jobs are to be run. For more information, see Cron expressions in the Glue DataBrew Developer Guide.

§
JobNames?: string[] | null
[src]

The name or names of one or more jobs to be run for this schedule.

§
Name: string
[src]

The name of the schedule to update.