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

Schedule

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

The schedule for when to trigger an update.

interface Schedule {
expression?: string | null;
}

§Properties

§
expression?: string | null
[src]

The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.