| _key | core | string | |
| account_id | core | string | |
| 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>. |
| client_id | core | string | Unique identifier of your client for the remote access session. 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>. |
| 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 sesssion. |
| host_address | core | string | IP address of the EC2 host where you need to connect to remotely debug devices. 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>. |
| instance_arn | core | string | The ARN of the instance. |
| interaction_mode | core | string | The interaction mode of the remote access session. Valid values are: <ul> <li> INTERACTIVE: You can interact with the iOS device by viewing, touching, and rotating the screen. You cannot run XCUITest framework-based tests in this mode. </li> <li> NO_VIDEO: You are connected to the device, but cannot interact with it or view the screen. This mode has the fastest test execution speed. You can run XCUITest framework-based tests in this mode. </li> <li> VIDEO_ONLY: You can view the screen, but cannot touch or rotate it. You can run XCUITest framework-based tests and watch the screen in this mode. </li> </ul> |
| message | core | string | A message about the remote access session. |
| name | core | string | The name of the remote access session. |
| remote_debug_enabled | core | bool | This flag is set to <code>true</code> 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>. |
| remote_record_app_arn | core | string | The ARN for the app to be recorded in the remote access session. |
| remote_record_enabled | core | bool | This flag is set to <code>true</code> if remote recording is enabled for 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 | |
| vpc_config | core | json | The VPC security groups and subnets that are attached to a project. |