Data Source Web Crawler Basic Authentication Args
data class DataSourceWebCrawlerBasicAuthenticationArgs(val credentials: Output<String>, val host: Output<String>, val port: Output<Int>) : ConvertibleToJava<DataSourceWebCrawlerBasicAuthenticationArgs>
Constructors
Link copied to clipboard
fun DataSourceWebCrawlerBasicAuthenticationArgs(credentials: Output<String>, host: Output<String>, port: Output<Int>)