Optional
function_The ID of the function that the trigger calls when it fires. This value is the same as the root-level function_id
. You can either define the value here or in function_id
. The App Services backend duplicates the value to the configuration location where you did not define it. For example, if you define event_processors.FUNCTION.function_id
, the backend duplicates it to function_id
.
BaseTriggerEventProcessorsFUNCTIONConfig
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 the root-level function_name
. You can either define the value here or in function_name
. The App Services backend duplicates the value to the configuration location where you did not define it. For example, if you define event_processors.FUNCTION.function_name
, the backend duplicates it to function_name
.
BaseTriggerEventProcessorsFUNCTIONConfig
Generated using TypeDoc
Export
BaseTriggerEventProcessorsFUNCTIONConfig