Task

class Task

A class for modeling different type of tasks. Task implementation varies based on the TaskType.

Types

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

Properties

Link copied to clipboard

The operation to be performed on the provided source fields.

Link copied to clipboard

A field in a destination connector, or a field value against which Amazon AppFlow validates a source field.

Link copied to clipboard

The source fields to which a particular task is applied.

Link copied to clipboard

A map used to store task-related information. The service looks for particular information based on the TaskType.

Link copied to clipboard

Specifies the particular task implementation that Amazon AppFlow performs.

Functions

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