v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1448186240.2 KB

Retrieves information about a Route 53 Global Resolver instance.

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.

get/global-resolver/{globalResolverId}

Path parameters

globalResolverIdstring required

The ID of the Route 53 Global Resolver to retrieve information about.

Response

Success

idstring required

The ID of the Global Resolver.

arnstring required

The Amazon Resource Name (ARN) of the Global Resolver.

clientTokenstring required

A unique, case-sensitive identifier to ensure idempotency. This means that making the same request multiple times with the same <code>clientToken</code> has the same result every time.

dnsNamestring required

The hostname used by the customers' DNS clients for certification validation.

observabilityRegionstring

The Amazon Web Services Regions in which the users' Global Resolver query resolution logs will be propagated.

namestring required

The name of the Global Resolver.

descriptionstring

The description of the Global Resolver.

regionsRegion[] required

The Amazon Web Services Regions in which the Global Resolver operate.

createdAtstring date-time required

The date and time the Global Resolver was created.

updatedAtstring date-time required

The date and time the Global Resolver was updated.

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

The operational status of the Global Resolver.

ipv4AddressesIPv4Address[] required

List of anycast IPv4 addresses associated with the Global Resolver instance.

ipv6AddressesIPv6Address[]

List of anycast IPv6 addresses associated with the Global Resolver instance. This field is only populated when ipAddressType is DUAL_STACK.

ipAddressType'IPV4' | 'DUAL_STACK'

The IP address type configured for the Global Resolver.