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

# aws_eks_update{% #aws_eks_update %}

## `account_id`{% #account_id %}

**Type**: `STRING`

## `created_at`{% #created_at %}

**Type**: `TIMESTAMP`**Provider name**: `createdAt`**Description**: The Unix epoch timestamp at object creation.

## `errors`{% #errors %}

**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `errors`**Description**: Any errors associated with a `Failed` update.

- `error_code`**Type**: `STRING`**Provider name**: `errorCode`**Description**: A brief description of the error.
  - SubnetNotFound: We couldn't find one of the subnets associated with the cluster.
  - SecurityGroupNotFound: We couldn't find one of the security groups associated with the cluster.
  - EniLimitReached: You have reached the elastic network interface limit for your account.
  - IpNotAvailable: A subnet associated with the cluster doesn't have any available IP addresses.
  - AccessDenied: You don't have permissions to perform the specified operation.
  - OperationNotPermitted: The service role associated with the cluster doesn't have the required access permissions for Amazon EKS.
  - VpcIdNotFound: We couldn't find the VPC associated with the cluster.
- `error_message`**Type**: `STRING`**Provider name**: `errorMessage`**Description**: A more complete description of the error.
- `resource_ids`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `resourceIds`**Description**: An optional field that contains the resource IDs associated with the error.

## `id`{% #id %}

**Type**: `STRING`**Provider name**: `id`**Description**: A UUID that is used to track the update.

## `params`{% #params %}

**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `params`**Description**: A key-value map that contains the parameters associated with the update.

- `type`**Type**: `STRING`**Provider name**: `type`**Description**: The keys associated with an update request.
- `value`**Type**: `STRING`**Provider name**: `value`**Description**: The value of the keys submitted as part of an update request.

## `status`{% #status %}

**Type**: `STRING`**Provider name**: `status`**Description**: The current status of the update.

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`

## `type`{% #type %}

**Type**: `STRING`**Provider name**: `type`**Description**: The type of the update.
