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.3/services/customerprofiles.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 that you define. Currently, these settings only apply to the Scheduled trigger type.

§
TriggerType: TriggerType
[src]

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