aws.iotwireless.get_wireless_device_import_task
Example SQL Queries
SELECT * FROMaws.iotwireless.get_wireless_device_import_taskWHERE"id" = 'VALUE';Description
Get information about an import task and count of device onboarding summary information for the import task.
Table Definition
| Column Name | Column Data Type |
|---|---|
| id Required Input Column The identifier of the import task for which information is retrieved. | 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 |
| arn The ARN (Amazon Resource Name) of the import task. | VARCHAR |
| creation_time The time at which the import task was created. | TIMESTAMP_S |
| destination_name The name of the destination that's assigned to the wireless devices in the import task. | VARCHAR |
| failed_imported_device_count The number of devices in the import task that failed to onboard to the import task. | BIGINT |
| initialized_imported_device_count The number of devices in the import task that are waiting for the control log to start processing. | BIGINT |
| onboarded_imported_device_count The number of devices in the import task that have been onboarded to the import task. | BIGINT |
| pending_imported_device_count The number of devices in the import task that are waiting in the import task queue to be onboarded. | BIGINT |
| sidewalk The Sidewalk-related information about an import task. | STRUCT( |
Show child fields
| |
| status The import task status. | VARCHAR |
| status_reason The reason for the provided status information, such as a validation error that causes the import task to fail. | VARCHAR |