Resolver Rule Target Ip Args
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>
Properties
Link copied to clipboard
Protocol for the resolver endpoint. Valid values can be found in the AWS documentation. Default value is Do53
.