aws.workspaces_thin_client.list_devices
Example SQL Queries
SELECT * FROMaws.workspaces_thin_client.list_devices;Description
Returns a list of thin client devices.
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
| |
| arn The Amazon Resource Name (ARN) of the device. | VARCHAR |
| created_at The timestamp of when the device was created. | TIMESTAMP_S |
| current_software_set_id The ID of the software set currently installed on the device. | VARCHAR |
| desired_software_set_id The ID of the software set which the device has been set to. | VARCHAR |
| environment_id The ID of the environment the device is associated with. | VARCHAR |
| id The ID of the device. | VARCHAR |
| last_connected_at The timestamp of the most recent session on the device. | TIMESTAMP_S |
| last_posture_at The timestamp of the most recent check-in of the device. | TIMESTAMP_S |
| model The model number of the device. | VARCHAR |
| name The name of the device. | VARCHAR |
| pending_software_set_id The ID of the software set that is pending to be installed on the device. | VARCHAR |
| serial_number The hardware serial number of the device. | VARCHAR |
| software_set_update_schedule An option to define if software updates should be applied within a maintenance window. | VARCHAR |
| status The status of the device. | VARCHAR |
| updated_at The timestamp of when the device was updated. | TIMESTAMP_S |