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

# EMR on EKS Managed Endpoint

This table represents the EMR on EKS Managed Endpoint resource from Amazon Web Services.

```
aws.emrcontainers_managed_endpoint
```

## Fields

| Title                   | ID   | Type          | Data Type                                                                                           | Description |
| ----------------------- | ---- | ------------- | --------------------------------------------------------------------------------------------------- | ----------- |
| _key                    | core | string        |
| account_id              | core | string        |
| arn                     | core | string        | The ARN of the endpoint.                                                                            |
| certificate_arn         | core | string        | The certificate ARN of the endpoint. This field is under deprecation and will be removed in future. |
| certificate_authority   | core | json          | The certificate generated by emr control plane on customer behalf to secure the managed endpoint.   |
| configuration_overrides | core | json          | The configuration settings that are used to override existing configurations for endpoints.         |
| created_at              | core | timestamp     | The date and time when the endpoint was created.                                                    |
| execution_role_arn      | core | string        | The execution role ARN of the endpoint.                                                             |
| failure_reason          | core | string        | The reasons why the endpoint has failed.                                                            |
| id                      | core | string        | The ID of the endpoint.                                                                             |
| name                    | core | string        | The name of the endpoint.                                                                           |
| release_label           | core | string        | The EMR release version to be used for the endpoint.                                                |
| security_group          | core | string        | The security group configuration of the endpoint.                                                   |
| server_url              | core | string        | The server URL of the endpoint.                                                                     |
| state                   | core | string        | The state of the endpoint.                                                                          |
| state_details           | core | string        | Additional details of the endpoint state.                                                           |
| subnet_ids              | core | array<string> | The subnet IDs of the endpoint.                                                                     |
| tags                    | core | hstore_csv    |
| type                    | core | string        | The type of the endpoint.                                                                           |
| virtual_cluster_id      | core | string        | The ID of the endpoint's virtual cluster.                                                           |
