FlowDestinationFlowConfigDestinationConnectorPropertiesSapoData class
Constructors
-
FlowDestinationFlowConfigDestinationConnectorPropertiesSapoData({Input<
FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataErrorHandlingConfig?> ? errorHandlingConfig, Input<List< ? idFieldNames, required Input<String> ?>String> objectPath, Input<FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataSuccessResponseHandlingConfig?> ? successResponseHandlingConfig, Input<String?> ? writeOperationType}) -
Creates a new FlowDestinationFlowConfigDestinationConnectorPropertiesSapoData.
errorHandlingConfigSettings that determine how Amazon AppFlow handles an error when placing data in the destination. See thedestination_flow_config.destination_connector_properties.zendesk.error_handling_configBlock for details.idFieldNamesName of the field that Amazon AppFlow uses as an ID when performing a write operation such as update or delete.objectPathRequired.successResponseHandlingConfigSettings that determine how Amazon AppFlow handles the success response it gets from the connector after placing data. See thedestination_flow_config.destination_connector_properties.sapo_data.success_response_handling_configBlock for details.writeOperationTypeType of write operation to be performed in Zendesk. When the value isUPSERT,idFieldNamesis required. Valid values areINSERT,UPSERT,UPDATE, andDELETE.const -
FlowDestinationFlowConfigDestinationConnectorPropertiesSapoData.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
errorHandlingConfig
→ Input<
FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataErrorHandlingConfig?> ? -
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_configBlock 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
-
objectPath
→ Input<
String> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
successResponseHandlingConfig
→ Input<
FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataSuccessResponseHandlingConfig?> ? -
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_configBlock for details.final -
writeOperationType
→ Input<
String?> ? -
Type of write operation to be performed in Zendesk. When the value is
UPSERT,idFieldNamesis required. Valid values areINSERT,UPSERT,UPDATE, andDELETE.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