class Aws::Appflow::Types::SalesforceDestinationProperties

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

@note When making an API call, you may pass SalesforceDestinationProperties

data as a hash:

    {
      object: "Object", # required
      id_field_names: ["Name"],
      error_handling_config: {
        fail_on_first_destination_error: false,
        bucket_prefix: "BucketPrefix",
        bucket_name: "BucketName",
      },
      write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE
    }

@!attribute [rw] object

The object specified in the Salesforce flow destination.
@return [String]

@!attribute [rw] id_field_names

The name of the field that Amazon AppFlow uses as an ID when
performing a write operation such as update or delete.
@return [Array<String>]

@!attribute [rw] error_handling_config

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.
@return [Types::ErrorHandlingConfig]

@!attribute [rw] write_operation_type

This specifies the type of write operation to be performed in
Salesforce. When the value is `UPSERT`, then `idFieldNames` is
required.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/SalesforceDestinationProperties AWS API Documentation

Constants

SENSITIVE