v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1448186240.2 KB

Creates an access source for a DNS view. Access sources define IP addresses or CIDR ranges that are allowed to send DNS queries to the Route 53 Global Resolver, along with the permitted DNS protocols.

Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify --region us-east-2 on Amazon Web Services CLI commands.

post/access-sources

Request body

cidrstring required

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

clientTokenstring

A unique string that identifies the request and ensures idempotency.

ipAddressType'IPV4' | 'IPV6'

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

namestring

A descriptive name for the access source.

dnsViewIdstring required

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

protocol'DO53' | 'DOH' | 'DOT' required

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).

tagsobject

Tags to associate with the access source.

Response

Success

arnstring required

The Amazon Resource Name (ARN) of the access source.

cidrstring required

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

createdAtstring date-time required

The date and time when the access source was created.

idstring required

The unique identifier for the access source.

ipAddressType'IPV4' | 'IPV6' required

The IP address type for this access source (IPv4 or IPv6).

namestring

The descriptive name of the access source.

dnsViewIdstring required

The ID of the DNS view associated with this access source.

protocol'DO53' | 'DOH' | 'DOT' required

The DNS protocol that is permitted for this access source (Do53, DoT, or DoH).

status'CREATING' | 'OPERATIONAL' | 'UPDATING' | 'DELETING' required

The operational status of the access source.

updatedAtstring date-time required

The date and time when the access source was last updated.