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
fun FlowSapoDataDestinationPropertiesArgs(errorHandlingConfig: Output<FlowErrorHandlingConfigArgs>? = null, idFieldNames: Output<List<String>>? = null, objectPath: Output<String>, successResponseHandlingConfig: Output<FlowSuccessResponseHandlingConfigArgs>? = null, writeOperationType: Output<FlowWriteOperationType>? = null)

Functions

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

Properties

Link copied to clipboard
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>
Link copied to clipboard