FlowSourceFlowConfigSourceConnectorPropertiesSalesforce

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

Constructors

constructor(enableDynamicFieldUpdate: Boolean? = null, includeDeletedRecords: Boolean? = null, object: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Whether Amazon AppFlow includes deleted files in the flow run.

Link copied to clipboard

Object specified in the flow destination.