FlowCustomConnectorDestinationProperties

data class FlowCustomConnectorDestinationProperties(val customProperties: Map<String, String>? = null, val entityName: String, val errorHandlingConfig: FlowErrorHandlingConfig? = null, val idFieldNames: List<String>? = null, val writeOperationType: FlowWriteOperationType? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The custom properties that are specific to the connector when it's used as a destination in the flow.

Link copied to clipboard

The entity specified in the custom connector as a destination in the flow.

Link copied to clipboard

The settings that determine how Amazon AppFlow handles an error when placing data in the custom connector as destination.

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

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

Link copied to clipboard

Specifies the type of write operation to be performed in the custom connector when it's used as destination.