Salesforce Service Cloud Source Args
data class SalesforceServiceCloudSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val readBehavior: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<SalesforceServiceCloudSourceArgs>
A copy activity Salesforce Service Cloud source.
Constructors
Link copied to clipboard
fun SalesforceServiceCloudSourceArgs(additionalColumns: Output<Any>? = null, disableMetricsCollection: Output<Any>? = null, maxConcurrentConnections: Output<Any>? = null, query: Output<Any>? = null, readBehavior: Output<Any>? = null, sourceRetryCount: Output<Any>? = null, sourceRetryWait: Output<Any>? = null, type: Output<String>)