FlowSapoDataDestinationPropertiesArgs

data class FlowSapoDataDestinationPropertiesArgs(val errorHandlingConfig: Output<FlowErrorHandlingConfigArgs>? = null, val idFieldNames: Output<List<String>>? = null, val objectPath: Output<String>, val successResponseHandlingConfig: Output<FlowSuccessResponseHandlingConfigArgs>? = null, val writeOperationType: Output<FlowWriteOperationType>? = null) : ConvertibleToJava<FlowSapoDataDestinationPropertiesArgs>

Constructors

Link copied to clipboard
constructor(errorHandlingConfig: Output<FlowErrorHandlingConfigArgs>? = null, idFieldNames: Output<List<String>>? = null, objectPath: Output<String>, successResponseHandlingConfig: Output<FlowSuccessResponseHandlingConfigArgs>? = null, writeOperationType: Output<FlowWriteOperationType>? = null)

Properties

Link copied to clipboard

The settings that determine how Amazon AppFlow handles an error when placing data in the destination. For example, this setting would determine if the flow should fail after one insertion error, or continue and attempt to insert every record regardless of the initial failure. ErrorHandlingConfig is a part of the destination connector details.

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

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

Link copied to clipboard
val objectPath: Output<String>

The 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. For example, this setting would determine where to write the response from a destination connector upon a successful insert operation.

Link copied to clipboard

The possible write operations in the destination connector. When this value is not provided, this defaults to the INSERT operation.

Functions

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