Interface TriggerCronTimeCondition

interface TriggerCronTimeCondition {
    cron: string;
    timezone: string;
    type: CRON;
}

Properties

Properties

cron: string

CRON tab string

timezone: string

Timezone associated with the schedule

type: CRON

Type of time condition. Either a specific time or cron string