dnsServers

@JvmName(name = "aucqdqacvtlxadfw")
suspend fun dnsServers(value: Output<List<String>>)
@JvmName(name = "ymuvmidribrplcfv")
suspend fun dnsServers(value: List<String>?)

Parameters

value

Information about the DNS servers to be used for DNS resolution. A Client VPN endpoint can have up to two DNS servers. If no DNS server is specified, the DNS address of the connecting device is used.


@JvmName(name = "aihslshpwrkvkyro")
suspend fun dnsServers(vararg values: Output<String>)


@JvmName(name = "ufayjmxbeerkkgcq")
suspend fun dnsServers(values: List<Output<String>>)
@JvmName(name = "ojihgbinimgxfwnn")
suspend fun dnsServers(vararg values: String)

Parameters

values

Information about the DNS servers to be used for DNS resolution. A Client VPN endpoint can have up to two DNS servers. If no DNS server is specified, the DNS address of the connecting device is used.