aws.iotwireless.list_queued_messages
Example SQL Queries
SELECT * FROMaws.iotwireless.list_queued_messagesWHERE"id" = 'VALUE';Description
List queued messages in the downlink queue.
Table Definition
| Column Name | Column Data Type |
|---|---|
| id Required Input Column The ID of a given wireless device which the downlink message packets are being sent. | VARCHAR |
| max_results Input Column The maximum number of results to return in this operation. | BIGINT |
| next_token Input Column To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results. | VARCHAR |
| wireless_device_type Input Column The wireless device type, whic can be either Sidewalk or LoRaWAN. | 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 |
| downlink_queue_messages_list The messages in the downlink queue. | STRUCT( |
Show child fields
| |