---
title: "GET /shared-dns-views"
method: GET
path: "/shared-dns-views"
---

# GET /shared-dns-views

`GET /shared-dns-views`

Lists the DNS views that have been shared with your Amazon Web Services account through Amazon Web Services Resource Access Manager (Amazon Web Services RAM), with pagination support.

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.

## Query parameters

- `max_results` integer
- `next_token` string

## Response `200`

Success

- ListSharedDNSViewsOutput
  - `nextToken` string — A pagination token used for large sets of results that can't be returned in a single response. Provide this token in the next call to get the results not returned in this call.
  - `dnsViews` SharedDNSViewSummary[], required — An array of information about the DNS views shared with your Amazon Web Services account, including the Amazon Web Services account that owns each DNS view.
    - `id` string, required — The unique identifier of the DNS view.
    - `arn` string, required — The Amazon Resource Name (ARN) of the DNS view.
    - `clientToken` string, required — The unique string that identifies the request and ensures idempotency.
    - `dnssecValidation` 'ENABLED' | 'DISABLED', required — Whether DNSSEC validation is enabled for the DNS view.
    - `ednsClientSubnet` 'ENABLED' | 'DISABLED', required — Whether EDNS Client Subnet injection is enabled for the DNS view.
    - `firewallRulesFailOpen` 'ENABLED' | 'DISABLED', required — Whether firewall rules fail open when they cannot be evaluated.
    - `name` string, required — The name of the DNS view.
    - `description` string — A description of the DNS view.
    - `globalResolverId` string, required — The ID of the global resolver that the DNS view is associated with.
    - `createdAt` string, date-time, required — The date and time when the DNS view was created.
    - `updatedAt` string, date-time, required — The date and time when the DNS view was last updated.
    - `status` 'CREATING' | 'OPERATIONAL' | 'UPDATING' | 'ENABLING' | 'DISABLING' | 'DISABLED' | 'DELETING', required — The current status of the DNS view.
    - `ownerAccountId` string, required — The ID of the Amazon Web Services account that owns the DNS view and shared it with your Amazon Web Services account.

## Other responses

- `480` — InternalServerException
- `481` — ValidationException
- `482` — AccessDeniedException
- `483` — ThrottlingException

---

[API](https://skmtc.net/aws/apis/route53globalresolver.md) · [All operations](https://skmtc.net/aws/apis/route53globalresolver/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/route53globalresolver/versions/5ebf158d0c4b/schema)
