Flow Destination Flow Config Destination Connector Properties Zendesk Args
data class FlowDestinationFlowConfigDestinationConnectorPropertiesZendeskArgs(val errorHandlingConfig: Output<FlowDestinationFlowConfigDestinationConnectorPropertiesZendeskErrorHandlingConfigArgs>? = null, val idFieldNames: Output<List<String>>? = null, val object: Output<String>, val writeOperationType: Output<String>? = null) : ConvertibleToJava<FlowDestinationFlowConfigDestinationConnectorPropertiesZendeskArgs>
Constructors
Link copied to clipboard
constructor(errorHandlingConfig: Output<FlowDestinationFlowConfigDestinationConnectorPropertiesZendeskErrorHandlingConfigArgs>? = null, idFieldNames: Output<List<String>>? = null, object: Output<String>, writeOperationType: Output<String>? = null)
Properties
Link copied to clipboard
val errorHandlingConfig: Output<FlowDestinationFlowConfigDestinationConnectorPropertiesZendeskErrorHandlingConfigArgs>? = 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
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
.