FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataArgs

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

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

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: Output<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
val objectPath: Output<String>

Object path specified in the SAPOData flow destination.

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
val writeOperationType: Output<String>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataArgs