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

# Cloud Deploy Target

A Cloud Deploy Target in Google Cloud is a deployment destination that defines where application releases are delivered. It represents an environment such as development, staging, or production, and contains configuration details like cluster location, permissions, and delivery pipeline associations. It helps manage and automate continuous delivery workflows across multiple environments.

```
gcp.clouddeploy_target
```

## Fields

| Title                | ID   | Type          | Data Type                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | Description |
| -------------------- | ---- | ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key                 | core | string        |
| ancestors            | core | array<string> |
| annotations          | core | hstore        | Optional. User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations.                                                                                                                                                                                                                                                                                                                        |
| anthos_cluster       | core | json          | Optional. Information specifying an Anthos Cluster.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| create_time          | core | timestamp     | Output only. Time at which the `Target` was created.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| custom_target        | core | json          | Optional. Information specifying a Custom Target.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| datadog_display_name | core | string        |
| description          | core | string        | Optional. Description of the `Target`. Max length is 255 characters.                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| etag                 | core | string        | Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.                                                                                                                                                                                                                                                                                                                                 |
| execution_configs    | core | json          | Optional. Configurations for all execution that relates to this `Target`. Each `ExecutionEnvironmentUsage` value may only be used in a single configuration; using the same value multiple times is an error. When one or more configurations are specified, they must include the `RENDER` and `DEPLOY` `ExecutionEnvironmentUsage` values. When no configurations are specified, execution will use the default specified in `DefaultPool`.                                                                                       |
| gke                  | core | json          | Optional. Information specifying a GKE Cluster.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| labels               | core | array<string> | Optional. Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes. |
| multi_target         | core | json          | Optional. Information specifying a multiTarget.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| name                 | core | string        | Identifier. Name of the `Target`. Format is `projects/{project}/locations/{location}/targets/{target}`. The `target` component must match `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`                                                                                                                                                                                                                                                                                                                                                         |
| organization_id      | core | string        |
| parent               | core | string        |
| project_id           | core | string        |
| project_number       | core | string        |
| region_id            | core | string        |
| require_approval     | core | bool          | Optional. Whether or not the `Target` requires approval.                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| resource_name        | core | string        |
| run                  | core | json          | Optional. Information specifying a Cloud Run deployment target.                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| tags                 | core | hstore_csv    |
| target_id            | core | string        | Output only. Resource id of the `Target`.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| uid                  | core | string        | Output only. Unique identifier of the `Target`.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| update_time          | core | timestamp     | Output only. Most recent time at which the `Target` was updated.                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| zone_id              | core | string        |
