SalesforceDestinationProperties
The properties that are applied when Salesforce is being used as a destination.
Contents
- errorHandlingConfig
-
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.Type: ErrorHandlingConfig object
Required: No
- idFieldNames
-
The name of the field that Amazon AppFlow uses as an ID when performing a write operation such as update or delete.
Type: Array of strings
Array Members: Minimum number of 0 items.
Length Constraints: Maximum length of 128.
Pattern:
\S+
Required: No
- object
-
The object specified in the Salesforce flow destination.
Type: String
Length Constraints: Maximum length of 512.
Pattern:
\S+
Required: Yes
- writeOperationType
-
This specifies the type of write operation to be performed in Salesforce. When the value is
UPSERT
, thenidFieldNames
is required.Type: String
Valid Values:
INSERT | UPSERT | UPDATE | DELETE
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: