IntegrationTask

data class IntegrationTask(val connectorOperator: IntegrationConnectorOperator? = null, val destinationField: String? = null, val sourceFields: List<String>, val taskProperties: List<IntegrationTaskPropertiesMap>? = null, val taskType: IntegrationTaskType)

Constructors

Link copied to clipboard
constructor(connectorOperator: IntegrationConnectorOperator? = null, destinationField: String? = null, sourceFields: List<String>, taskProperties: List<IntegrationTaskPropertiesMap>? = null, taskType: IntegrationTaskType)

Types

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.