FlowDestinationFlowConfigDestinationConnectorPropertiesCustomConnector class

Constructors

FlowDestinationFlowConfigDestinationConnectorPropertiesCustomConnector({Input<Map<String, String>?>? customProperties, required Input<String> entityName, Input<FlowDestinationFlowConfigDestinationConnectorPropertiesCustomConnectorErrorHandlingConfig?>? errorHandlingConfig, Input<List<String>?>? idFieldNames, 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.
const
FlowDestinationFlowConfigDestinationConnectorPropertiesCustomConnector.fromMap(Map<String, dynamic> map)
factory

Properties

customProperties → Input<Map<String, String>?>?
final
entityName → Input<String>
final
errorHandlingConfig → Input<FlowDestinationFlowConfigDestinationConnectorPropertiesCustomConnectorErrorHandlingConfig?>?
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.
final
hashCode int
The hash code for this object.
no setterinherited
idFieldNames → Input<List<String>?>?
Name of the field that Amazon AppFlow uses as an ID when performing a write operation such as update or delete.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
writeOperationType → Input<String?>?
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.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited