TaskObject

Contains information about a pipeline task that is assigned to a task runner.

Types

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

Properties

Link copied to clipboard

The ID of the pipeline task attempt object. AWS Data Pipeline uses this value to track how many times a task is attempted.

Link copied to clipboard

Connection information for the location where the task runner will publish the output of the task.

Link copied to clipboard

The ID of the pipeline that provided the task.

Link copied to clipboard

An internal identifier for the task. This ID is passed to the SetTaskStatus and ReportTaskProgress actions.

Functions

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