proxyConfiguration

@JvmName(name = "lfebwqgpejyydcku")
suspend fun proxyConfiguration(value: Output<DataSourceProxyConfigurationArgs>)
@JvmName(name = "rdumovuqplylkicd")
suspend fun proxyConfiguration(value: DataSourceProxyConfigurationArgs?)

Parameters

value

Configuration information required to connect to your internal websites via a web proxy. 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. Web proxy credentials are optional and you can use them to connect to a web proxy server that requires basic authentication. To store web proxy credentials, you use a secret in AWS Secrets Manager .


@JvmName(name = "yhkecpiugnedroqs")
suspend fun proxyConfiguration(argument: suspend DataSourceProxyConfigurationArgsBuilder.() -> Unit)

Parameters

argument

Configuration information required to connect to your internal websites via a web proxy. 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. Web proxy credentials are optional and you can use them to connect to a web proxy server that requires basic authentication. To store web proxy credentials, you use a secret in AWS Secrets Manager .