aws.worklink.describe_device
Example SQL Queries
SELECT * FROMaws.worklink.describe_deviceWHERE"fleet_arn" = 'VALUE'AND "device_id" = 'VALUE';Description
Provides information about a user's device.
Table Definition
| Column Name | Column Data Type |
|---|---|
| device_id Required Input Column A unique identifier for a registered user's device. | VARCHAR |
| fleet_arn Required Input Column The ARN of the fleet. | 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
| |
| first_accessed_time The date that the device first signed in to Amazon WorkLink. | TIMESTAMP_S |
| last_accessed_time The date that the device last accessed Amazon WorkLink. | TIMESTAMP_S |
| manufacturer The manufacturer of the device. | VARCHAR |
| model The model of the device. | VARCHAR |
| operating_system The operating system of the device. | VARCHAR |
| operating_system_version The operating system version of the device. | VARCHAR |
| patch_level The operating system patch level of the device. | VARCHAR |
| status The current state of the device. | VARCHAR |
| username The user name associated with the device. | VARCHAR |