Class: SDKFunctionExecution
sdkApi/interfaces/entities/iExecution.SDKFunctionExecution
A representation of a function execution
Table of contents
Constructors
Properties
Constructors
constructor
• new SDKFunctionExecution(execution?
)
Creates an instance of SDKFunctionExecution.
Parameters
Name | Type | Description |
---|---|---|
execution? |
Partial <SDKFunctionExecution > |
The execution to create |
Properties
app
• app: string
The name of the app the function is associated with
createdAt
• Optional
createdAt: Date
The timestamp for when the function execution was created
duration
• Optional
duration: number
The duration of the function execution
functionName
• functionName: string
The name of the function
id
• Optional
id: string
The unique identifier for the function execution
latestStatus
• Optional
latestStatus: ExecutionStatusReport
The latest status report for the function execution
projectId
• Optional
projectId: string
The unique identifier for the project associated with the function
serviceId
• Optional
serviceId: string
The unique identifier for the service associated with the function
time
• Optional
time: Date
The timestamp for the function execution