v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1448186240.2 KB

Retrieves information about a DNS view.

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/dns-views/{dnsViewId}

Path parameters

dnsViewIdstring required

The ID of the DNS view to retrieve information about.

Response

Success

idstring required

ID of the DNS view.

arnstring required

Amazon Resource Name (ARN) of the DNS view.

clientTokenstring

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.

dnssecValidation'ENABLED' | 'DISABLED' required

Specifies whether DNSSEC is enabled or disabled for the DNS view.

ednsClientSubnet'ENABLED' | 'DISABLED' required

Specifies whether edns0 client subnet is enabled.

firewallRulesFailOpen'ENABLED' | 'DISABLED' required

Specifies the DNS Firewall failure mode configuration. When enabled, the DNS Firewall allows DNS queries to proceed if it's unable to properly evaluate them. When disabled, the DNS Firewall blocks DNS queries it's unable to evaluate.

namestring required

Name of the DNS view.

descriptionstring

Description of the DNS view.

globalResolverIdstring required

ID of the Global Resolver the DNS view is associated to.

createdAtstring date-time required

The time and date the DNS view was creates on.

updatedAtstring date-time required

The time and date the DNS view was updated on.

status'CREATING' | 'OPERATIONAL' | 'UPDATING' | 'ENABLING' | 'DISABLING' | 'DISABLED' | 'DELETING' required

Operational status of the DNS view.