ResolverRuleTargetIpArgs

data class ResolverRuleTargetIpArgs(val ip: Output<String>? = null, val ipv6: Output<String>? = null, val port: Output<Int>? = null, val protocol: Output<String>? = null) : ConvertibleToJava<ResolverRuleTargetIpArgs>

Constructors

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

Properties

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

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

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

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

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

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

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

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

Functions

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