aws.iotwireless.list_devices_for_wireless_device_import_task
Example SQL Queries
SELECT * FROMaws.iotwireless.list_devices_for_wireless_device_import_taskWHERE"id" = 'VALUE';Description
List the Sidewalk devices in an import task and their onboarding status.
Table Definition
| Column Name | Column Data Type |
|---|---|
| id Required Input Column The identifier of the import task for which wireless devices are listed. | VARCHAR |
| max_results Input Column The maximum number of results to return in this operation. | BIGINT |
| next_token Input Column The token to use to get the next set of results, or null if there are no additional results. | VARCHAR |
| status Input Column The status of the devices in the import task. | 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 |
| destination_name The name of the Sidewalk destination that describes the IoT rule to route messages received from devices in an import task that are onboarded to AWS IoT Wireless. | VARCHAR |
| imported_wireless_device_list List of wireless devices in an import task and their onboarding status. | STRUCT( |
Show child fields
| |