aws.devicefarm.list_device_instances
Example SQL Queries
SELECT * FROMaws.devicefarm.list_device_instances;Description
Returns information about the private device instances associated with one or more AWS accounts.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn The Amazon Resource Name (ARN) of the device instance. | VARCHAR |
| device_arn The ARN of the device. | VARCHAR |
| instance_profile A object that contains information about the instance profile. | STRUCT( |
Show child fields
| |
| labels An array of strings that describe the device instance. | VARCHAR[] |
Show child fields
| |
| status The status of the device instance. Valid values are listed here. | VARCHAR |
| udid Unique device identifier for the device instance. | VARCHAR |