TargetDnsServerArgs

data class TargetDnsServerArgs(val ipAddress: Output<String>? = null, val port: Output<Int>? = null) : ConvertibleToJava<TargetDnsServerArgs>

Describes a server to forward the DNS queries to.

Constructors

Link copied to clipboard
constructor(ipAddress: Output<String>? = null, port: Output<Int>? = null)

Properties

Link copied to clipboard
val ipAddress: Output<String>? = null

DNS server IP address.

Link copied to clipboard
val port: Output<Int>? = null

DNS server port.

Functions

Link copied to clipboard
open override fun toJava(): TargetDnsServerArgs