dnsServers

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


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