aws.devicefarm.get_device_instance
Example SQL Queries
SELECT * FROMaws.devicefarm.get_device_instanceWHERE"arn" = 'VALUE';Description
Returns information about a device instance that belongs to a private device fleet.
Table Definition
| Column Name | Column Data Type |
|---|---|
| arn Required Input Column The Amazon Resource Name (ARN) of the instance you're requesting information about. | VARCHAR |
| _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 |
| device_instance An object that contains information about your device instance. | STRUCT( |
Show child fields
| |