Execution

class Execution

Information about a durable execution.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the durable execution, if this execution is a durable execution.

Link copied to clipboard

The unique name of the durable execution, if one was provided when the execution was started.

Link copied to clipboard

The date and time when the durable execution ended, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).

Link copied to clipboard

The Amazon Resource Name (ARN) of the Lambda function.

Link copied to clipboard

The date and time when the durable execution started, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).

Link copied to clipboard

The current status of the durable execution.

Functions

Link copied to clipboard
inline fun copy(block: Execution.Builder.() -> Unit = {}): Execution
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String