SalesforceDestinationProperties

The properties that are applied when Salesforce is being used as a destination.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies which Salesforce API is used by Amazon AppFlow when your flow transfers data to Salesforce.

Link copied to clipboard

The settings that determine how Amazon AppFlow handles an error when placing data in the Salesforce destination. For example, this setting would determine if the flow should fail after one insertion error, or continue and attempt to insert every record regardless of the initial failure. ErrorHandlingConfig is a part of the destination connector details.

Link copied to clipboard

The name of the field that Amazon AppFlow uses as an ID when performing a write operation such as update or delete.

Link copied to clipboard

The object specified in the Salesforce flow destination.

Link copied to clipboard

This specifies the type of write operation to be performed in Salesforce. When the value is UPSERT, then idFieldNames is required.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String