Data Source Salesforce Configuration Args
data class DataSourceSalesforceConfigurationArgs(val chatterFeedConfiguration: Output<DataSourceSalesforceChatterFeedConfigurationArgs>? = null, val crawlAttachments: Output<Boolean>? = null, val excludeAttachmentFilePatterns: Output<List<String>>? = null, val includeAttachmentFilePatterns: Output<List<String>>? = null, val knowledgeArticleConfiguration: Output<DataSourceSalesforceKnowledgeArticleConfigurationArgs>? = null, val secretArn: Output<String>, val serverUrl: Output<String>, val standardObjectAttachmentConfiguration: Output<DataSourceSalesforceStandardObjectAttachmentConfigurationArgs>? = null, val standardObjectConfigurations: Output<List<DataSourceSalesforceStandardObjectConfigurationArgs>>? = null) : ConvertibleToJava<DataSourceSalesforceConfigurationArgs>
Constructors
Link copied to clipboard
fun DataSourceSalesforceConfigurationArgs(chatterFeedConfiguration: Output<DataSourceSalesforceChatterFeedConfigurationArgs>? = null, crawlAttachments: Output<Boolean>? = null, excludeAttachmentFilePatterns: Output<List<String>>? = null, includeAttachmentFilePatterns: Output<List<String>>? = null, knowledgeArticleConfiguration: Output<DataSourceSalesforceKnowledgeArticleConfigurationArgs>? = null, secretArn: Output<String>, serverUrl: Output<String>, standardObjectAttachmentConfiguration: Output<DataSourceSalesforceStandardObjectAttachmentConfigurationArgs>? = null, standardObjectConfigurations: Output<List<DataSourceSalesforceStandardObjectConfigurationArgs>>? = null)
Functions
Properties
Link copied to clipboard
val knowledgeArticleConfiguration: Output<DataSourceSalesforceKnowledgeArticleConfigurationArgs>? = null
Link copied to clipboard
Link copied to clipboard
val standardObjectConfigurations: Output<List<DataSourceSalesforceStandardObjectConfigurationArgs>>? = null