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