FlowSourceFlowConfigSourceConnectorPropertiesSalesforceArgs

data class FlowSourceFlowConfigSourceConnectorPropertiesSalesforceArgs(val dataTransferApi: Output<String>? = null, val enableDynamicFieldUpdate: Output<Boolean>? = null, val includeDeletedRecords: Output<Boolean>? = null, val object: Output<String>) : ConvertibleToJava<FlowSourceFlowConfigSourceConnectorPropertiesSalesforceArgs>

Constructors

constructor(dataTransferApi: Output<String>? = null, enableDynamicFieldUpdate: Output<Boolean>? = null, includeDeletedRecords: Output<Boolean>? = null, object: Output<String>)

Properties

Link copied to clipboard
val dataTransferApi: Output<String>? = null
Link copied to clipboard
val enableDynamicFieldUpdate: Output<Boolean>? = null

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

Link copied to clipboard
val includeDeletedRecords: Output<Boolean>? = null

Whether Amazon AppFlow includes deleted files in the flow run.

Link copied to clipboard
val object: Output<String>

Functions

Link copied to clipboard
open override fun toJava(): FlowSourceFlowConfigSourceConnectorPropertiesSalesforceArgs