IntegrationSalesforceSourceProperties

data class IntegrationSalesforceSourceProperties(val enableDynamicFieldUpdate: Boolean? = null, val includeDeletedRecords: Boolean? = null, val object: String)

Constructors

Link copied to clipboard
constructor(enableDynamicFieldUpdate: Boolean? = null, includeDeletedRecords: Boolean? = null, object: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow.

Link copied to clipboard

Indicates whether Amazon AppFlow includes deleted files in the flow run.

Link copied to clipboard

The object specified in the Salesforce flow source.