---
title: Getting Started with Datadog
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > Infrastructure > Datadog Resource Catalog
---

# gcp_dns_resource_record_set{% #gcp_dns_resource_record_set %}

## `ancestors`{% #ancestors %}

**Type**: `UNORDERED_LIST_STRING`

## `kind`{% #kind %}

**Type**: `STRING`**Provider name**: `kind`

## `labels`{% #labels %}

**Type**: `UNORDERED_LIST_STRING`

## `name`{% #name %}

**Type**: `STRING`**Provider name**: `name`**Description**: For example, [www.example.com](https://www.example.com).

## `organization_id`{% #organization_id %}

**Type**: `STRING`

## `parent`{% #parent %}

**Type**: `STRING`

## `project_id`{% #project_id %}

**Type**: `STRING`

## `project_number`{% #project_number %}

**Type**: `STRING`

## `region_id`{% #region_id %}

**Type**: `STRING`

## `resource_name`{% #resource_name %}

**Type**: `STRING`

## `routing_policy`{% #routing_policy %}

**Type**: `STRUCT`**Provider name**: `routingPolicy`**Description**: Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy (dynamic). An error is returned otherwise.

- `geo`**Type**: `STRUCT`**Provider name**: `geo`
  - `enable_fencing`**Type**: `BOOLEAN`**Provider name**: `enableFencing`**Description**: Without fencing, if health check fails for all configured items in the current geo bucket, we'll failover to the next nearest geo bucket. With fencing, if health check is enabled, as long as some targets in the current geo bucket are healthy, we'll return only the healthy targets. However, if they're all unhealthy, we won't failover to the next nearest bucket, we'll simply return all the items in the current bucket even though they're unhealthy.
  - `items`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `items`**Description**: The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
    - `health_checked_targets`**Type**: `STRUCT`**Provider name**: `healthCheckedTargets`**Description**: For A and AAAA types only. Endpoints to return in the query result only if they are healthy. These can be specified along with rrdata within this item.
      - `internal_load_balancers`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `internalLoadBalancers`
        - `ip_address`**Type**: `STRING`**Provider name**: `ipAddress`**Description**: The frontend IP address of the Load Balancer to health check.
        - `ip_protocol`**Type**: `STRING`**Provider name**: `ipProtocol`
        - `kind`**Type**: `STRING`**Provider name**: `kind`
        - `load_balancer_type`**Type**: `STRING`**Provider name**: `loadBalancerType`**Description**: The type of Load Balancer specified by this target. Must match the configuration of the Load Balancer located at the LoadBalancerTarget's IP address/port and region.**Possible values**:
          - `none`
          - `regionalL4ilb`
        - `network_url`**Type**: `STRING`**Provider name**: `networkUrl`**Description**: The fully qualified url of the network on which the ILB is present. This should be formatted like [https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}](https://www.googleapis.com/compute/v1/projects/%7bproject%7d/global/networks/%7bnetwork%7d)
        - `port`**Type**: `STRING`**Provider name**: `port`**Description**: The configured port of the Load Balancer.
        - `project`**Type**: `STRING`**Provider name**: `project`**Description**: The project ID in which the ILB exists.
        - `region`**Type**: `STRING`**Provider name**: `region`**Description**: The region in which the ILB exists.
    - `kind`**Type**: `STRING`**Provider name**: `kind`
    - `location`**Type**: `STRING`**Provider name**: `location`**Description**: The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. "us-east1", "southamerica-east1", "asia-east1", etc.
    - `rrdatas`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `rrdatas`
    - `signature_rrdatas`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `signatureRrdatas`**Description**: DNSSEC generated signatures for all the rrdata within this item. Note that if health checked targets are provided for DNSSEC enabled zones, there's a restriction of 1 ip per item. .
  - `kind`**Type**: `STRING`**Provider name**: `kind`
- `kind`**Type**: `STRING`**Provider name**: `kind`
- `primary_backup`**Type**: `STRUCT`**Provider name**: `primaryBackup`
  - `backup_geo_targets`**Type**: `STRUCT`**Provider name**: `backupGeoTargets`**Description**: Backup targets provide a regional failover policy for the otherwise global primary targets. If serving state is set to BACKUP, this policy essentially becomes a geo routing policy.
    - `enable_fencing`**Type**: `BOOLEAN`**Provider name**: `enableFencing`**Description**: Without fencing, if health check fails for all configured items in the current geo bucket, we'll failover to the next nearest geo bucket. With fencing, if health check is enabled, as long as some targets in the current geo bucket are healthy, we'll return only the healthy targets. However, if they're all unhealthy, we won't failover to the next nearest bucket, we'll simply return all the items in the current bucket even though they're unhealthy.
    - `items`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `items`**Description**: The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead.
      - `health_checked_targets`**Type**: `STRUCT`**Provider name**: `healthCheckedTargets`**Description**: For A and AAAA types only. Endpoints to return in the query result only if they are healthy. These can be specified along with rrdata within this item.
        - `internal_load_balancers`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `internalLoadBalancers`
          - `ip_address`**Type**: `STRING`**Provider name**: `ipAddress`**Description**: The frontend IP address of the Load Balancer to health check.
          - `ip_protocol`**Type**: `STRING`**Provider name**: `ipProtocol`
          - `kind`**Type**: `STRING`**Provider name**: `kind`
          - `load_balancer_type`**Type**: `STRING`**Provider name**: `loadBalancerType`**Description**: The type of Load Balancer specified by this target. Must match the configuration of the Load Balancer located at the LoadBalancerTarget's IP address/port and region.**Possible values**:
            - `none`
            - `regionalL4ilb`
          - `network_url`**Type**: `STRING`**Provider name**: `networkUrl`**Description**: The fully qualified url of the network on which the ILB is present. This should be formatted like [https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}](https://www.googleapis.com/compute/v1/projects/%7bproject%7d/global/networks/%7bnetwork%7d)
          - `port`**Type**: `STRING`**Provider name**: `port`**Description**: The configured port of the Load Balancer.
          - `project`**Type**: `STRING`**Provider name**: `project`**Description**: The project ID in which the ILB exists.
          - `region`**Type**: `STRING`**Provider name**: `region`**Description**: The region in which the ILB exists.
      - `kind`**Type**: `STRING`**Provider name**: `kind`
      - `location`**Type**: `STRING`**Provider name**: `location`**Description**: The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. "us-east1", "southamerica-east1", "asia-east1", etc.
      - `rrdatas`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `rrdatas`
      - `signature_rrdatas`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `signatureRrdatas`**Description**: DNSSEC generated signatures for all the rrdata within this item. Note that if health checked targets are provided for DNSSEC enabled zones, there's a restriction of 1 ip per item. .
    - `kind`**Type**: `STRING`**Provider name**: `kind`
  - `kind`**Type**: `STRING`**Provider name**: `kind`
  - `primary_targets`**Type**: `STRUCT`**Provider name**: `primaryTargets`
    - `internal_load_balancers`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `internalLoadBalancers`
      - `ip_address`**Type**: `STRING`**Provider name**: `ipAddress`**Description**: The frontend IP address of the Load Balancer to health check.
      - `ip_protocol`**Type**: `STRING`**Provider name**: `ipProtocol`
      - `kind`**Type**: `STRING`**Provider name**: `kind`
      - `load_balancer_type`**Type**: `STRING`**Provider name**: `loadBalancerType`**Description**: The type of Load Balancer specified by this target. Must match the configuration of the Load Balancer located at the LoadBalancerTarget's IP address/port and region.**Possible values**:
        - `none`
        - `regionalL4ilb`
      - `network_url`**Type**: `STRING`**Provider name**: `networkUrl`**Description**: The fully qualified url of the network on which the ILB is present. This should be formatted like [https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}](https://www.googleapis.com/compute/v1/projects/%7bproject%7d/global/networks/%7bnetwork%7d)
      - `port`**Type**: `STRING`**Provider name**: `port`**Description**: The configured port of the Load Balancer.
      - `project`**Type**: `STRING`**Provider name**: `project`**Description**: The project ID in which the ILB exists.
      - `region`**Type**: `STRING`**Provider name**: `region`**Description**: The region in which the ILB exists.
  - `trickle_traffic`**Type**: `DOUBLE`**Provider name**: `trickleTraffic`**Description**: When serving state is PRIMARY, this field provides the option of sending a small percentage of the traffic to the backup targets.
- `wrr`**Type**: `STRUCT`**Provider name**: `wrr`
  - `items`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `items`
    - `health_checked_targets`**Type**: `STRUCT`**Provider name**: `healthCheckedTargets`**Description**: endpoints that need to be health checked before making the routing decision. The unhealthy endpoints will be omitted from the result. If all endpoints within a buckete are unhealthy, we'll choose a different bucket (sampled w.r.t. its weight) for responding. Note that if DNSSEC is enabled for this zone, only one of rrdata or health_checked_targets can be set.
      - `internal_load_balancers`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `internalLoadBalancers`
        - `ip_address`**Type**: `STRING`**Provider name**: `ipAddress`**Description**: The frontend IP address of the Load Balancer to health check.
        - `ip_protocol`**Type**: `STRING`**Provider name**: `ipProtocol`
        - `kind`**Type**: `STRING`**Provider name**: `kind`
        - `load_balancer_type`**Type**: `STRING`**Provider name**: `loadBalancerType`**Description**: The type of Load Balancer specified by this target. Must match the configuration of the Load Balancer located at the LoadBalancerTarget's IP address/port and region.**Possible values**:
          - `none`
          - `regionalL4ilb`
        - `network_url`**Type**: `STRING`**Provider name**: `networkUrl`**Description**: The fully qualified url of the network on which the ILB is present. This should be formatted like [https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}](https://www.googleapis.com/compute/v1/projects/%7bproject%7d/global/networks/%7bnetwork%7d)
        - `port`**Type**: `STRING`**Provider name**: `port`**Description**: The configured port of the Load Balancer.
        - `project`**Type**: `STRING`**Provider name**: `project`**Description**: The project ID in which the ILB exists.
        - `region`**Type**: `STRING`**Provider name**: `region`**Description**: The region in which the ILB exists.
    - `kind`**Type**: `STRING`**Provider name**: `kind`
    - `rrdatas`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `rrdatas`
    - `signature_rrdatas`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `signatureRrdatas`**Description**: DNSSEC generated signatures for all the rrdata within this item. Note that if health checked targets are provided for DNSSEC enabled zones, there's a restriction of 1 ip per item. .
    - `weight`**Type**: `DOUBLE`**Provider name**: `weight`**Description**: The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight relative to the sum of weights configured for all items. This weight should be non-negative.
  - `kind`**Type**: `STRING`**Provider name**: `kind`

## `rrdatas`{% #rrdatas %}

**Type**: `UNORDERED_LIST_STRING`**Provider name**: `rrdatas`**Description**: As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) – see examples.

## `signature_rrdatas`{% #signature_rrdatas %}

**Type**: `UNORDERED_LIST_STRING`**Provider name**: `signatureRrdatas`**Description**: As defined in RFC 4034 (section 3.2).

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`

## `ttl`{% #ttl %}

**Type**: `INT32`**Provider name**: `ttl`**Description**: Number of seconds that this ResourceRecordSet can be cached by resolvers.

## `type`{% #type %}

**Type**: `STRING`**Provider name**: `type`**Description**: The identifier of a supported record type. See the list of Supported DNS record types.

## `zone_id`{% #zone_id %}

**Type**: `STRING`
