FlowDestinationFlowConfigDestinationConnectorPropertiesSapoData constructor
- Input<
FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataErrorHandlingConfig?> ? errorHandlingConfig, - Input<
List< ? idFieldNames,String> ?> - required Input<
String> objectPath, - Input<
FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataSuccessResponseHandlingConfig?> ? successResponseHandlingConfig, - Input<
String?> ? writeOperationType,
Creates a new FlowDestinationFlowConfigDestinationConnectorPropertiesSapoData.
errorHandlingConfig Settings that determine how Amazon AppFlow handles an error when placing data in the destination. See the destination_flow_config.destination_connector_properties.zendesk.error_handling_config Block for details.
idFieldNames Name of the field that Amazon AppFlow uses as an ID when performing a write operation such as update or delete.
objectPath Required.
successResponseHandlingConfig Settings that determine how Amazon AppFlow handles the success response it gets from the connector after placing data. See the destination_flow_config.destination_connector_properties.sapo_data.success_response_handling_config Block for details.
writeOperationType Type of write operation to be performed in Zendesk. When the value is UPSERT, idFieldNames is required. Valid values are INSERT, UPSERT, UPDATE, and DELETE.
Implementation
const FlowDestinationFlowConfigDestinationConnectorPropertiesSapoData({
this.errorHandlingConfig,
this.idFieldNames,
required this.objectPath,
this.successResponseHandlingConfig,
this.writeOperationType,
});