ResolverRuleTargetIp

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ip: String? = null

One IPv4 address that you want to forward DNS queries to.

Link copied to clipboard
val ipv6: String? = null

One IPv6 address that you want to forward DNS queries to.

Link copied to clipboard
val port: Int? = null

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

Link copied to clipboard
val protocol: String? = null

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