DataSourceConfigurationWebCrawlerConfigurationAuthenticationConfigurationBasicAuthenticationArgs

data class DataSourceConfigurationWebCrawlerConfigurationAuthenticationConfigurationBasicAuthenticationArgs(val credentials: Output<String>, val host: Output<String>, val port: Output<Int>) : ConvertibleToJava<DataSourceConfigurationWebCrawlerConfigurationAuthenticationConfigurationBasicAuthenticationArgs>

Constructors

constructor(credentials: Output<String>, host: Output<String>, port: Output<Int>)

Properties

Link copied to clipboard
val credentials: Output<String>

Your secret ARN, which you can create in AWS Secrets Manager. You use a secret if basic authentication credentials are required to connect to a website. The secret stores your credentials of user name and password.

Link copied to clipboard
val host: Output<String>

The name of the website host you want to connect to using authentication credentials. For example, the host name of https://a.example.com/page1.html is "a.example.com".

Link copied to clipboard
val port: Output<Int>

The port number of the website host you want to connect to using authentication credentials. For example, the port for https://a.example.com/page1.html is 443, the standard port for HTTPS.

Functions

Link copied to clipboard
open override fun toJava(): DataSourceConfigurationWebCrawlerConfigurationAuthenticationConfigurationBasicAuthenticationArgs