web Configuration
suspend fun webConfiguration(value: Output<AgentDataSourceDataSourceConfigurationWebConfigurationArgs>)
Parameters
value
Details about the configuration of the web data source. See web_data_source_configuration
block for details.
suspend fun webConfiguration(argument: suspend AgentDataSourceDataSourceConfigurationWebConfigurationArgsBuilder.() -> Unit)
Parameters
argument
Details about the configuration of the web data source. See web_data_source_configuration
block for details.