Flow Destination Flow Config Destination Connector Properties Sapo Data Args
data class FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataArgs(val errorHandlingConfig: Output<FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataErrorHandlingConfigArgs>? = null, val idFieldNames: Output<List<String>>? = null, val objectPath: Output<String>, val successResponseHandlingConfig: Output<FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataSuccessResponseHandlingConfigArgs>? = null, val writeOperationType: Output<String>? = null) : ConvertibleToJava<FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataArgs>
Constructors
Link copied to clipboard
constructor(errorHandlingConfig: Output<FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataErrorHandlingConfigArgs>? = null, idFieldNames: Output<List<String>>? = null, objectPath: Output<String>, successResponseHandlingConfig: Output<FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataSuccessResponseHandlingConfigArgs>? = null, writeOperationType: Output<String>? = null)
Properties
Link copied to clipboard
val errorHandlingConfig: Output<FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataErrorHandlingConfigArgs>? = null
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
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 path specified in the SAPOData flow destination.
Link copied to clipboard
val successResponseHandlingConfig: Output<FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataSuccessResponseHandlingConfigArgs>? = null
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
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
.