aws.snow_device_management.list_devices
Example SQL Queries
SELECT * FROMaws.snow_device_management.list_devices;Description
Returns a list of all devices on your Amazon Web Services account that have Amazon Web Services Snow Device Management enabled in the Amazon Web Services Region where the command is run.
Table Definition
| Column Name | Column Data Type |
|---|---|
| job_id Input Column The ID of the job used to order the device. | 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
| |
| associated_with_job The ID of the job used to order the device. | VARCHAR |
| managed_device_arn The Amazon Resource Name (ARN) of the device. | VARCHAR |
| managed_device_id The ID of the device. | VARCHAR |
| tags Optional metadata that you assign to a resource. You can use tags to categorize a resource in different ways, such as by purpose, owner, or environment. | MAP(VARCHAR, VARCHAR) |