CreateAccessSourceRequest

Types

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

Properties

Link copied to clipboard
val cidr: String?

The IP address or CIDR range that is allowed to send DNS queries to the Route 53 Global Resolver.

Link copied to clipboard

A unique string that identifies the request and ensures idempotency.

Link copied to clipboard

The ID of the DNS view to associate with this access source.

Link copied to clipboard

The IP address type for this access source. Valid values are IPv4 and IPv6 (if the Route 53 Global Resolver supports dual-stack).

Link copied to clipboard
val name: String?

A descriptive name for the access source.

Link copied to clipboard

The DNS protocol that is permitted for this access source. Valid values are Do53 (DNS over port 53), DoT (DNS over TLS), and DoH (DNS over HTTPS).

Link copied to clipboard

Tags to associate with the access source.

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