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

FlexibleTimeWindow

import type { FlexibleTimeWindow } from "https://aws-api.deno.dev/v0.4/services/scheduler.ts?docs=full";

Allows you to configure a time window during which EventBridge Scheduler invokes the schedule.

interface FlexibleTimeWindow {
MaximumWindowInMinutes?: number | null;
}

§Properties

§
MaximumWindowInMinutes?: number | null
[src]

The maximum time window during which a schedule can be invoked.

§

Determines whether the schedule is invoked within a flexible time window.