FlowDestinationFlowConfigDestinationConnectorPropertiesSapoData

data class FlowDestinationFlowConfigDestinationConnectorPropertiesSapoData(val errorHandlingConfig: FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataErrorHandlingConfig? = null, val idFieldNames: List<String>? = null, val objectPath: String, val successResponseHandlingConfig: FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataSuccessResponseHandlingConfig? = null, val writeOperationType: String? = null)

Constructors

constructor(errorHandlingConfig: FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataErrorHandlingConfig? = null, idFieldNames: List<String>? = null, objectPath: String, successResponseHandlingConfig: FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataSuccessResponseHandlingConfig? = null, writeOperationType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

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

Determines how Amazon AppFlow handles the success response that it gets from the connector after placing data. See Success Response Handling Config for more details.

Link copied to clipboard