FlowDestinationFlowConfigDestinationConnectorPropertiesSalesforce

data class FlowDestinationFlowConfigDestinationConnectorPropertiesSalesforce(val errorHandlingConfig: FlowDestinationFlowConfigDestinationConnectorPropertiesSalesforceErrorHandlingConfig? = null, val idFieldNames: List<String>? = null, val object: String, val writeOperationType: String? = null)

Constructors

constructor(errorHandlingConfig: FlowDestinationFlowConfigDestinationConnectorPropertiesSalesforceErrorHandlingConfig? = null, idFieldNames: List<String>? = null, object: String, writeOperationType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Settings that determine how Amazon AppFlow handles an error when placing data in the destination. See Error Handling Config for more details.

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

Name of the field that Amazon AppFlow uses as an ID when performing a write operation such as update, delete, or upsert.

Link copied to clipboard

Object specified in the flow destination.

Link copied to clipboard

Type of write operation to be performed in the custom connector when it's used as destination. Valid values are INSERT, UPSERT, UPDATE, and DELETE.