dnsServers

@JvmName(name = "rtaddlfaaaikhqpm")
suspend fun dnsServers(value: Output<List<String>>)
@JvmName(name = "wgbvmxtamdfrikbo")
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 = "lbgbijtbkpusjimx")
suspend fun dnsServers(vararg values: Output<String>)


@JvmName(name = "ygqgehmoaudtumpj")
suspend fun dnsServers(values: List<Output<String>>)
@JvmName(name = "hwapesqpowlekbcw")
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.