---
title: Managed Zone
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > Managed Zone
---

# Managed Zone

A Managed Zone in Google Cloud DNS is a container for DNS records that define how you want to route traffic for a specific domain. It lets you manage authoritative DNS settings, create and update records, and control name resolution for your domain or subdomains within GCP.

```
gcp.connectors_managed_zone
```

## Fields

| Title                | ID   | Type          | Data Type                                                                                                                                                                        | Description |
| -------------------- | ---- | ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key                 | core | string        |
| ancestors            | core | array<string> |
| create_time          | core | timestamp     | Output only. Created time.                                                                                                                                                       |
| datadog_display_name | core | string        |
| description          | core | string        | Optional. Description of the resource.                                                                                                                                           |
| dns                  | core | string        | Required. DNS Name of the resource                                                                                                                                               |
| labels               | core | array<string> | Optional. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources |
| name                 | core | string        | Output only. Resource name of the Managed Zone. Format: projects/{project}/locations/global/managedZones/{managed_zone}                                                          |
| organization_id      | core | string        |
| parent               | core | string        |
| project_id           | core | string        |
| project_number       | core | string        |
| region_id            | core | string        |
| resource_name        | core | string        |
| tags                 | core | hstore_csv    |
| target_project       | core | string        | Required. The name of the Target Project                                                                                                                                         |
| target_vpc           | core | string        | Required. The name of the Target Project VPC Network                                                                                                                             |
| update_time          | core | timestamp     | Output only. Updated time.                                                                                                                                                       |
| zone_id              | core | string        |
