FlowZendeskDestinationProperties

data class FlowZendeskDestinationProperties(val errorHandlingConfig: FlowErrorHandlingConfig? = null, val idFieldNames: List<String>? = null, val object: String, val writeOperationType: FlowWriteOperationType? = null)

Constructors

Link copied to clipboard
constructor(errorHandlingConfig: FlowErrorHandlingConfig? = null, idFieldNames: List<String>? = null, object: String, writeOperationType: FlowWriteOperationType? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The settings that determine how Amazon AppFlow handles an error when placing data in the destination. For example, this setting would determine if the flow should fail after one insertion error, or continue and attempt to insert every record regardless of the initial failure. ErrorHandlingConfig is a part of the destination connector details.

Link copied to clipboard
val idFieldNames: List<String>? = null

List of fields used as ID when performing a write operation.

Link copied to clipboard

The object specified in the Zendesk flow destination.

Link copied to clipboard

The possible write operations in the destination connector. When this value is not provided, this defaults to the INSERT operation.