Skip to main content

AppStartupConnectionConfig

triggerConfig object

Cloud watcher trigger configuration

triggerConnectorTriggerOptions (string)required

Possible values: [file_watcher, cron, cloud_watcher, one_shot]

topicIdstringrequired
connectorTypeConfigurableConnectorsTypes (string)required

Possible values: [legacy_file_watcher_upload_run_flow, legacy_file_watcher_upload, legacy_cloud_watcher_save_file, file_watcher_upload_run_flow, file_watcher_upload, cron_upload_run_flow, cron_upload, cloud_watcher_save_file, one_shot_upload_run_flow, one_shot_upload, application_startup_agent, application_cleanup_agent, application_cleanup_flow_agent, automatic_flow_grouping, upload_after_pause, cron_stream_data]

appIdstringrequired
sessionFullPathstring
AppStartupConnectionConfig
{
"triggerConfig": {
"trigger": "file_watcher",
"topicId": "string"
},
"connectorType": "legacy_file_watcher_upload_run_flow",
"appId": "string",
"sessionFullPath": "string"
}