Optional _idThe trigger's unique ID.
BaseTrigger
An object that defines configuration values for the trigger.
BaseTrigger
Optional disabledIf true, the trigger is disabled and does not listen for events or execute.
BaseTrigger
Optional event_BaseTrigger
Optional function_The ID of the function that the trigger calls when it fires. This value is the same as event_processors.FUNCTION.function_id. You can either define the value here or in event_processors.FUNCTION.function_id. The App Services backend duplicates the value to the configuration location where you did not define it. For example, if you define function_id, the backend duplicates it to event_processors.FUNCTION.function_id.
BaseTrigger
Optional function_The name of the function that the trigger calls when it fires, i.e. the function described by function_id. This value is the same as event_processors.FUNCTION.function_name. You can either define the value here or in event_processors.FUNCTION.function_name. The App Services backend duplicates the value to the configuration location where you did not define it. For example, if you define function_name, the backend duplicates it to event_processors.FUNCTION.function_name.
BaseTrigger
The trigger's name.
BaseTrigger
BaseTrigger
Generated using TypeDoc
Export
BaseTrigger