FlowDestinationFlowConfigDestinationConnectorPropertiesCustomConnector constructor

const FlowDestinationFlowConfigDestinationConnectorPropertiesCustomConnector({
  1. Input<Map<String, String>?>? customProperties,
  2. required Input<String> entityName,
  3. Input<FlowDestinationFlowConfigDestinationConnectorPropertiesCustomConnectorErrorHandlingConfig?>? errorHandlingConfig,
  4. Input<List<String>?>? idFieldNames,
  5. Input<String?>? writeOperationType,
})

Creates a new FlowDestinationFlowConfigDestinationConnectorPropertiesCustomConnector. customProperties Optional. entityName Required. 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. 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 FlowDestinationFlowConfigDestinationConnectorPropertiesCustomConnector({
  this.customProperties,
  required this.entityName,
  this.errorHandlingConfig,
  this.idFieldNames,
  this.writeOperationType,
});