Resolver Rule Target Ip
data class ResolverRuleTargetIp(val ip: String? = null, val ipv6: String? = null, val port: Int? = null, val protocol: String? = null)
Properties
Link copied to clipboard
Protocol for the resolver endpoint. Valid values can be found in the AWS documentation. Default value is Do53
.