ListDurableExecutionsByFunctionRequest
Types
Properties
Link copied to clipboard
Filter executions by name. Only executions with names that contain this string are returned.
Link copied to clipboard
The name or ARN of the Lambda function. You can specify a function name, a partial ARN, or a full ARN.
Link copied to clipboard
Set to true to return results in reverse chronological order (newest first). Default is false.
Link copied to clipboard
Filter executions that started after this timestamp (ISO 8601 format).
Link copied to clipboard
Filter executions that started before this timestamp (ISO 8601 format).
Link copied to clipboard
Filter executions by status. Valid values: RUNNING, SUCCEEDED, FAILED, TIMED_OUT, STOPPED.
Functions
Link copied to clipboard
inline fun copy(block: ListDurableExecutionsByFunctionRequest.Builder.() -> Unit = {}): ListDurableExecutionsByFunctionRequest