authenticationConfiguration

@JvmName(name = "csyckigevhuqnpqy")
suspend fun authenticationConfiguration(value: Output<DataSourceWebCrawlerAuthenticationConfigurationArgs>)

Parameters

value

Configuration information required to connect to websites using authentication. You can connect to websites using basic authentication of user name and password. You use a secret in AWS Secrets Manager to store your authentication credentials. You must provide the website host name and port number. For example, the host name of https://a.example.com/page1.html is "a.example.com" and the port is 443, the standard port for HTTPS.


@JvmName(name = "dwkhvhdsvdeqnkru")
suspend fun authenticationConfiguration(argument: suspend DataSourceWebCrawlerAuthenticationConfigurationArgsBuilder.() -> Unit)

Parameters

argument

Configuration information required to connect to websites using authentication. You can connect to websites using basic authentication of user name and password. You use a secret in AWS Secrets Manager to store your authentication credentials. You must provide the website host name and port number. For example, the host name of https://a.example.com/page1.html is "a.example.com" and the port is 443, the standard port for HTTPS.