ResolverRuleConfig

In an UpdateResolverRule request, information about the changes that you want to make.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String?

The new name for the Resolver rule. The name that you specify appears in the Resolver dashboard in the Route 53 console.

Link copied to clipboard

The ID of the new outbound Resolver endpoint that you want to use to route DNS queries to the IP addresses that you specify in TargetIps.

Link copied to clipboard

For DNS queries that originate in your VPC, the new IP addresses that you want to route outbound DNS queries to.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String