ResolverRuleTargetIp

data class ResolverRuleTargetIp(val ip: String, val port: Int? = null, val protocol: String? = null)

Constructors

Link copied to clipboard
fun ResolverRuleTargetIp(ip: String, port: Int? = null, protocol: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ip: String

One IP address that you want to forward DNS queries to. You can specify only IPv4 addresses.

Link copied to clipboard
val port: Int? = null

The port at ip that you want to forward DNS queries to. Default value is 53.

Link copied to clipboard
val protocol: String? = null

The protocol for the resolver endpoint. Valid values can be found in the AWS documentation. Default value is Do53.