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

ScheduleConfiguration

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

The name of the data and how often it should be pulled from the source.

interface ScheduleConfiguration {
FirstExecutionFrom?: string | null;
Object?: string | null;
ScheduleExpression?: string | null;
}

§Properties

§
FirstExecutionFrom?: string | null
[src]

The start date for objects to import in the first flow run.

§
Object?: string | null
[src]

The name of the object to pull from the data source.

§
ScheduleExpression?: string | null
[src]

How often the data should be pulled from data source.