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

UpdateCrawlerScheduleRequest

import type { UpdateCrawlerScheduleRequest } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface UpdateCrawlerScheduleRequest {
CrawlerName: string;
Schedule?: string | null;
}

§Properties

§
CrawlerName: string
[src]

The name of the crawler whose schedule to update.

§
Schedule?: string | null
[src]

The updated cron expression used to specify the schedule (see Time-Based Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, you would specify: cron(15 12 * * ? *).