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