dnsServers

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


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