Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 706 Bytes

FaasInterfaceAllOf.md

File metadata and controls

17 lines (10 loc) · 706 Bytes

FaasInterfaceAllOf

Properties

Name Type Description Notes
functionName String Unique name of the function. [optional]
sourceCodeUrl String URL path to ZIP artifact. [optional]
handler String function in the code to be invoked. [optional]
triggers List<Trigger> Events on which function will be invoked. [optional]
timeout Integer Allowed time in seconds for function to finish its task. [optional]
functionEnvironment Map<String, String> A key - value type of Map using <String, String>. [optional]