---
title: AWS Cluster (GKE Multi-Cloud)
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > AWS Cluster (GKE Multi-Cloud)
---

# AWS Cluster (GKE Multi-Cloud)

AWS Cluster (GKE Multi-Cloud) is a Google Cloud resource that allows you to create and manage Kubernetes clusters running on Amazon Web Services infrastructure. It provides a consistent GKE experience across clouds, enabling centralized management, monitoring, and policy enforcement from Google Cloud while leveraging AWS compute and networking resources.

```
gcp.gkemulticloud_aws_cluster
```

## Fields

| Title                    | ID   | Type          | Data Type                                                                                                                                                                                                                                                                                                                                                                                                                                       | Description |
| ------------------------ | ---- | ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key                     | core | string        |
| ancestors                | core | array<string> |
| annotations              | core | hstore        | Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. |
| authorization            | core | json          | Required. Configuration related to the cluster RBAC settings.                                                                                                                                                                                                                                                                                                                                                                                   |
| aws_region               | core | string        | Required. The AWS region where the cluster runs. Each Google Cloud region supports a subset of nearby AWS regions. You can call GetAwsServerConfig to list all supported AWS regions within a given Google Cloud region.                                                                                                                                                                                                                        |
| binary_authorization     | core | json          | Optional. Binary Authorization configuration for this cluster.                                                                                                                                                                                                                                                                                                                                                                                  |
| cluster_ca_certificate   | core | string        | Output only. PEM encoded x509 certificate of the cluster root of trust.                                                                                                                                                                                                                                                                                                                                                                         |
| control_plane            | core | json          | Required. Configuration related to the cluster control plane.                                                                                                                                                                                                                                                                                                                                                                                   |
| create_time              | core | timestamp     | Output only. The time at which this cluster was created.                                                                                                                                                                                                                                                                                                                                                                                        |
| datadog_display_name     | core | string        |
| description              | core | string        | Optional. A human readable description of this cluster. Cannot be longer than 255 UTF-8 encoded bytes.                                                                                                                                                                                                                                                                                                                                          |
| endpoint                 | core | string        | Output only. The endpoint of the cluster's API server.                                                                                                                                                                                                                                                                                                                                                                                          |
| errors                   | core | json          | Output only. A set of errors found in the cluster.                                                                                                                                                                                                                                                                                                                                                                                              |
| etag                     | core | string        | Allows clients to perform consistent read-modify-writes through optimistic concurrency control. Can be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.                                                                                                                                                                                                                                       |
| fleet                    | core | json          | Required. Fleet configuration.                                                                                                                                                                                                                                                                                                                                                                                                                  |
| labels                   | core | array<string> |
| logging_config           | core | json          | Optional. Logging configuration for this cluster.                                                                                                                                                                                                                                                                                                                                                                                               |
| monitoring_config        | core | json          | Optional. Monitoring configuration for this cluster.                                                                                                                                                                                                                                                                                                                                                                                            |
| name                     | core | string        | The name of this resource. Cluster names are formatted as `projects//locations//awsClusters/`. See [Resource Names](https://cloud.google.com/apis/design/resource_names) for more details on Google Cloud Platform resource names.                                                                                                                                                                                                              |
| networking               | core | json          | Required. Cluster-wide networking configuration.                                                                                                                                                                                                                                                                                                                                                                                                |
| organization_id          | core | string        |
| parent                   | core | string        |
| project_id               | core | string        |
| project_number           | core | string        |
| reconciling              | core | bool          | Output only. If set, there are currently changes in flight to the cluster.                                                                                                                                                                                                                                                                                                                                                                      |
| region_id                | core | string        |
| resource_name            | core | string        |
| state                    | core | string        | Output only. The current state of the cluster.                                                                                                                                                                                                                                                                                                                                                                                                  |
| tags                     | core | hstore_csv    |
| uid                      | core | string        | Output only. A globally unique identifier for the cluster.                                                                                                                                                                                                                                                                                                                                                                                      |
| update_time              | core | timestamp     | Output only. The time at which this cluster was last updated.                                                                                                                                                                                                                                                                                                                                                                                   |
| workload_identity_config | core | json          | Output only. Workload Identity settings.                                                                                                                                                                                                                                                                                                                                                                                                        |
| zone_id                  | core | string        |
