Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.1 KB

Trigger.md

File metadata and controls

16 lines (13 loc) · 1.1 KB

FnJs.Trigger

Properties

Name Type Description Notes
id String Unique Trigger identifier. [optional]
name String Unique name for this trigger, used to identify this trigger. [optional]
type String Class of trigger, e.g. schedule, http, queue [optional]
source String URI path for this trigger. e.g. `sayHello`, `say/hello` [optional]
fnId String Opaque, unique Function identifier [optional]
appId String Opaque, unique Application identifier [optional]
annotations {String: Object} Trigger annotations - this is a map of annotations attached to this trigger, keys must not exceed 128 bytes and must consist of non-whitespace printable ascii characters, and the seralized representation of individual values must not exeed 512 bytes. [optional]
createdAt Date Time when trigger was created. Always in UTC. [optional]
updatedAt Date Most recent time that trigger was updated. Always in UTC. [optional]