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