Skip to content

aws.iotwireless.list_wireless_devices

Example SQL Queries

SELECT * FROM
aws.iotwireless.list_wireless_devices;

Description

Lists the wireless devices registered to your AWS account.

Table Definition

Column NameColumn Data Type
destination_name Input Column

A filter to list only the wireless devices that use this destination.

VARCHAR
device_profile_id Input Column

A filter to list only the wireless devices that use this device profile.

VARCHAR
fuota_task_id Input Column

The ID of a FUOTA task.

VARCHAR
max_results Input Column

The maximum number of results to return in this operation.

BIGINT
multicast_group_id Input Column

The ID of the multicast group.

VARCHAR
next_token Input Column

The token to use to get the next set of results, or null if there are no additional results.

VARCHAR
service_profile_id Input Column

A filter to list only the wireless devices that use this service profile.

VARCHAR
wireless_device_type Input Column

A filter to list only the wireless devices that use this wireless device type.

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_list

The ID of the wireless device.

STRUCT(
"arn" VARCHAR,
"id" VARCHAR,
"type" VARCHAR,
"name" VARCHAR,
"destination_name" VARCHAR,
"last_uplink_received_at" VARCHAR,
"lo_ra_wan" STRUCT(
"dev_eui" VARCHAR
),
"sidewalk" STRUCT(
"amazon_id" VARCHAR,
"sidewalk_id" VARCHAR,
"sidewalk_manufacturing_sn" VARCHAR,
"device_certificates" STRUCT(
"signing_alg" VARCHAR,
"value" VARCHAR
)[],
"device_profile_id" VARCHAR,
"status" VARCHAR
),
"fuota_device_status" VARCHAR,
"multicast_device_status" VARCHAR,
"mc_group_id" BIGINT
)[]
Show child fields
wireless_device_list[]
Show child fields
wireless_device_list[].arn

The Amazon Resource Name of the resource.

wireless_device_list[].destination_name

The name of the destination to which the device is assigned.

wireless_device_list[].fuota_device_status

The status of a wireless device in a FUOTA task.

wireless_device_list[].id

The ID of the wireless device reporting the data.

wireless_device_list[].last_uplink_received_at

The date and time when the most recent uplink was received.

Theis value is only valid for 3 months.

wireless_device_list[].lo_ra_wan

LoRaWAN device info.

Show child fields
wireless_device_list[].lo_ra_wan.dev_eui

The DevEUI value.

wireless_device_list[].mc_group_id

Id of the multicast group.

wireless_device_list[].multicast_device_status

The status of the wireless device in the multicast group.

wireless_device_list[].name

The name of the resource.

wireless_device_list[].sidewalk

The Sidewalk account credentials.

Show child fields
wireless_device_list[].sidewalk.amazon_id

The Sidewalk Amazon ID.

wireless_device_list[].sidewalk.device_certificates[]
Show child fields
wireless_device_list[].sidewalk.device_certificates[].signing_alg

The certificate chain algorithm provided by sidewalk.

wireless_device_list[].sidewalk.device_certificates[].value

The value of the chosen sidewalk certificate.

wireless_device_list[].sidewalk.device_profile_id

Sidewalk object used by list functions.

wireless_device_list[].sidewalk.sidewalk_id

The sidewalk device identification.

wireless_device_list[].sidewalk.sidewalk_manufacturing_sn

The Sidewalk manufacturing series number.

wireless_device_list[].sidewalk.status

The status of the Sidewalk devices, such as provisioned or registered.

wireless_device_list[].type

The wireless device type.