Skip to content

aws.iotwireless.list_wireless_device_import_tasks

Example SQL Queries

SELECT * FROM
aws.iotwireless.list_wireless_device_import_tasks;

Description

List wireless devices that have been added to an import task.

Table Definition

Column NameColumn Data Type
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
_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(
"type" VARCHAR,
"name" VARCHAR,
"account_id" VARCHAR,
"via_profile_name" VARCHAR,
"assumed_role_arn" VARCHAR,
"organization" STRUCT(
"account_name" VARCHAR,
"id" VARCHAR,
"tags" STRUCT(
"key" VARCHAR,
"value" VARCHAR
)[],
"master_account" STRUCT(
"id" VARCHAR,
"email" VARCHAR
),
"parents" STRUCT(
"type" VARCHAR,
"id" VARCHAR,
"name" VARCHAR,
"tags" STRUCT(
"key" VARCHAR,
"value" VARCHAR
)[]
)[]
)
)
Show child fields
_aws_profile.account_id

The AWS account id

_aws_profile.assumed_role_arn

The ARN of the assumed role

_aws_profile.name

The unique name of the profile.

_aws_profile.organization

Information about this profile's membership in the AWS organization.

Show child fields
_aws_profile.organization.account_name

The name of account speciifed by the organization

_aws_profile.organization.id

The organization id

_aws_profile.organization.master_account
Show child fields
_aws_profile.organization.master_account.email

The organization master account email address

_aws_profile.organization.master_account.id

The organization master account id

_aws_profile.organization.parents[]
Show child fields
_aws_profile.organization.parents[].id

The id of the parent

_aws_profile.organization.parents[].name

The name of the parent

_aws_profile.organization.parents[].tags[]
Show child fields
_aws_profile.organization.parents[].tags[].key
_aws_profile.organization.parents[].tags[].value
_aws_profile.organization.parents[].type

The type of parent can be an organization unit or a root

_aws_profile.organization.tags[]
Show child fields
_aws_profile.organization.tags[].key
_aws_profile.organization.tags[].value
_aws_profile.type

The type of profile, either 'credentials' or 'assumed_role'

_aws_profile.via_profile_name

This IAM role for this profile is assumed by first utilizing another profile with this name to obtain credentials.

_aws_region Input Column

The AWS region to use.

VARCHAR
wireless_device_import_task_list

List of import tasks and summary information of onboarding status of devices in each import task.

STRUCT(
"id" VARCHAR,
"arn" VARCHAR,
"destination_name" VARCHAR,
"sidewalk" STRUCT(
"device_creation_file_list" VARCHAR[],
"role" VARCHAR
),
"creation_time" TIMESTAMP_S,
"status" VARCHAR,
"status_reason" VARCHAR,
"initialized_imported_device_count" BIGINT,
"pending_imported_device_count" BIGINT,
"onboarded_imported_device_count" BIGINT,
"failed_imported_device_count" BIGINT
)[]
Show child fields
wireless_device_import_task_list[]
Show child fields
wireless_device_import_task_list[].arn

The ARN (Amazon Resource Name) of the wireless device import task.

wireless_device_import_task_list[].creation_time

The time at which the import task was created.

wireless_device_import_task_list[].destination_name

The name of the Sidewalk destination that that describes the IoT rule to route messages from the device in the import task that will be onboarded to AWS IoT Wireless

wireless_device_import_task_list[].failed_imported_device_count

The summary information of count of wireless devices in an import task that failed to onboarded to the import task.

wireless_device_import_task_list[].id

The ID of the wireless device import task.

wireless_device_import_task_list[].initialized_imported_device_count

The summary information of count of wireless devices that are waiting for the control log to be added to an import task.

wireless_device_import_task_list[].onboarded_imported_device_count

The summary information of count of wireless devices in an import task that have been onboarded to the import task.

wireless_device_import_task_list[].pending_imported_device_count

The summary information of count of wireless devices in an import task that are waiting in the queue to be onboarded.

wireless_device_import_task_list[].sidewalk

The Sidewalk-related information of the wireless device import task.

Show child fields
wireless_device_import_task_list[].sidewalk.device_creation_file_list[]
wireless_device_import_task_list[].sidewalk.role

The IAM role that allows AWS IoT Wireless to access the CSV file in the S3 bucket.

wireless_device_import_task_list[].status

The status information of the wireless device import task.

wireless_device_import_task_list[].status_reason

The reason that provides additional information about the import task status.