IpAddressRequest

In a CreateResolverEndpoint request, the IP address that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints). IpAddressRequest also includes the ID of the subnet that contains the IP address.

Types

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

Properties

Link copied to clipboard
val ip: String?

The IPv4 address that you want to use for DNS queries.

Link copied to clipboard
val ipv6: String?

The IPv6 address that you want to use for DNS queries.

Link copied to clipboard

The ID of the subnet that contains the IP address.

Functions

Link copied to clipboard
inline fun copy(block: IpAddressRequest.Builder.() -> Unit = {}): IpAddressRequest
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