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