---
title: Device Farm Remote Access Session
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > Device Farm Remote Access Session
---

> For the complete documentation index, see [llms.txt](https://docs.datadoghq.com/llms.txt).

# Device Farm Remote Access Session

This table represents the Device Farm Remote Access Session resource from Amazon Web Services.

```
aws.devicefarm_session
```

## Fields

| Title            | ID   | Type       | Data Type                                                                                                                                                                                                                                                                                                                                      | Description |
| ---------------- | ---- | ---------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key             | core | string     |
| account_id       | core | string     |
| app_upload       | core | string     | The ARN for the app to be installed onto your device.                                                                                                                                                                                                                                                                                          |
| arn              | core | string     | The Amazon Resource Name (ARN) of the remote access session.                                                                                                                                                                                                                                                                                   |
| billing_method   | core | string     | The billing method of the remote access session. Possible values include <code>METERED</code> or <code>UNMETERED</code>. For more information about metered devices, see <a href="https://docs.aws.amazon.com/devicefarm/latest/developerguide/welcome.html#welcome-terminology">AWS Device Farm terminology</a>.                              |
| created          | core | timestamp  | The date and time the remote access session was created.                                                                                                                                                                                                                                                                                       |
| device           | core | json       | The device (phone or tablet) used in the remote access session.                                                                                                                                                                                                                                                                                |
| device_minutes   | core | json       | The number of minutes a device is used in a remote access session (including setup and teardown minutes).                                                                                                                                                                                                                                      |
| device_proxy     | core | json       | The device proxy configured for the remote access session.                                                                                                                                                                                                                                                                                     |
| device_udid      | core | string     | Unique device identifier for the remote device. Only returned if remote debugging is enabled for the remote access session. Remote debugging is <a href="https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html">no longer supported</a>.                                                                                   |
| endpoint         | core | string     | The endpoint for the remote access session. This field is deprecated, and is replaced by the new <code>endpoints.interactiveEndpoint</code> field.                                                                                                                                                                                             |
| endpoints        | core | json       |
| instance_arn     | core | string     | The ARN of the instance.                                                                                                                                                                                                                                                                                                                       |
| interaction_mode | core | string     | The interaction mode of the remote access session. Changing the interactive mode of remote access sessions is no longer available.                                                                                                                                                                                                             |
| message          | core | string     | A message about the remote access session.                                                                                                                                                                                                                                                                                                     |
| name             | core | string     | The name of the remote access session.                                                                                                                                                                                                                                                                                                         |
| result           | core | string     | The result of the remote access session. Can be any of the following: <ul> <li> PENDING. </li> <li> PASSED. </li> <li> WARNED. </li> <li> FAILED. </li> <li> SKIPPED. </li> <li> ERRORED. </li> <li> STOPPED. </li> </ul>                                                                                                                      |
| skip_app_resign  | core | bool       | When set to <code>true</code>, for private devices, Device Farm does not sign your app again. For public devices, Device Farm always signs your apps again. For more information about how Device Farm re-signs your apps, see <a href="http://aws.amazon.com/device-farm/faqs/">Do you modify my app?</a> in the <i>AWS Device Farm FAQs</i>. |
| started          | core | timestamp  | The date and time the remote access session was started.                                                                                                                                                                                                                                                                                       |
| status           | core | string     | The status of the remote access session. Can be any of the following: <ul> <li> PENDING. </li> <li> PENDING_CONCURRENCY. </li> <li> PENDING_DEVICE. </li> <li> PROCESSING. </li> <li> SCHEDULING. </li> <li> PREPARING. </li> <li> RUNNING. </li> <li> COMPLETED. </li> <li> STOPPING. </li> </ul>                                             |
| stopped          | core | timestamp  | The date and time the remote access session was stopped.                                                                                                                                                                                                                                                                                       |
| tags             | core | hstore_csv |
| vpc_config       | core | json       | The VPC security groups and subnets that are attached to a project.                                                                                                                                                                                                                                                                            |
