Part of a Task. Represents one function.
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] |