ExecutionRecord

Specifies information about the past flow run instances for a given flow.

Types

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

Properties

Link copied to clipboard
val dataPullEndTime: <Error class: unknown class>?

The timestamp that indicates the last new or updated record to be transferred in the flow run.

Link copied to clipboard
val dataPullStartTime: <Error class: unknown class>?

The timestamp that determines the first new or updated record to be transferred in the flow run.

Link copied to clipboard

Specifies the identifier of the given flow run.

Link copied to clipboard

Describes the result of the given flow run.

Link copied to clipboard

Specifies the flow run status and whether it is in progress, has completed successfully, or has failed.

Link copied to clipboard
val lastUpdatedAt: <Error class: unknown class>?

Specifies the time of the most recent update.

Link copied to clipboard

Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the associated flow run.

Link copied to clipboard
val startedAt: <Error class: unknown class>?

Specifies the start time of the flow run.

Functions

Link copied to clipboard
inline fun copy(block: ExecutionRecord.Builder.() -> Unit = {}): ExecutionRecord
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