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

TriggerProperties

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

Specifies the configuration details that control the trigger for a flow. Currently, these settings only apply to the Scheduled trigger type.

interface TriggerProperties {
Scheduled?: ScheduledTriggerProperties | null;
}

§Properties

§

Specifies the configuration details of a schedule-triggered flow as defined by the user.