standard Object Configurations
suspend fun standardObjectConfigurations(value: Output<List<DataSourceSalesforceStandardObjectConfigurationArgs>>)
suspend fun standardObjectConfigurations(value: List<DataSourceSalesforceStandardObjectConfigurationArgs>?)
Parameters
value
Configuration of the Salesforce standard objects that Amazon Kendra indexes.
suspend fun standardObjectConfigurations(vararg values: Output<DataSourceSalesforceStandardObjectConfigurationArgs>)
suspend fun standardObjectConfigurations(values: List<Output<DataSourceSalesforceStandardObjectConfigurationArgs>>)
suspend fun standardObjectConfigurations(vararg values: DataSourceSalesforceStandardObjectConfigurationArgs)
Parameters
values
Configuration of the Salesforce standard objects that Amazon Kendra indexes.
suspend fun standardObjectConfigurations(argument: List<suspend DataSourceSalesforceStandardObjectConfigurationArgsBuilder.() -> Unit>)
suspend fun standardObjectConfigurations(vararg argument: suspend DataSourceSalesforceStandardObjectConfigurationArgsBuilder.() -> Unit)
suspend fun standardObjectConfigurations(argument: suspend DataSourceSalesforceStandardObjectConfigurationArgsBuilder.() -> Unit)
Parameters
argument
Configuration of the Salesforce standard objects that Amazon Kendra indexes.