Builder

class Builder

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

Pagination token from a previous request to continue retrieving results.

Link copied to clipboard

Maximum number of executions to return (1-1000). Default is 100.

Link copied to clipboard

The function version or alias. If not specified, lists executions for the $LATEST version.

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.