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

TriggerConfig

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

The trigger settings that determine how and when Amazon AppFlow runs the specified flow.

interface TriggerConfig {
triggerProperties?: TriggerProperties | null;
triggerType: TriggerType;
}

§Properties

§
triggerProperties?: TriggerProperties | null
[src]

Specifies the configuration details of a schedule-triggered flow as defined by the user. Currently, these settings only apply to the Scheduled trigger type.

§
triggerType: TriggerType
[src]

Specifies the type of flow trigger. This can be OnDemand, Scheduled, or Event.