Flow Salesforce Source Properties Args
data class FlowSalesforceSourcePropertiesArgs(val dataTransferApi: Output<FlowDataTransferApi>? = null, val enableDynamicFieldUpdate: Output<Boolean>? = null, val includeDeletedRecords: Output<Boolean>? = null, val object: Output<String>) : ConvertibleToJava<FlowSalesforceSourcePropertiesArgs>
Constructors
Link copied to clipboard
constructor(dataTransferApi: Output<FlowDataTransferApi>? = null, enableDynamicFieldUpdate: Output<Boolean>? = null, includeDeletedRecords: Output<Boolean>? = null, object: Output<String>)
Properties
Link copied to clipboard
Specifies which Salesforce API is used by Amazon AppFlow when your flow transfers data from Salesforce.
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.