aws.iotanalytics.list_channels
Example SQL Queries
SELECT * FROMaws.iotanalytics.list_channels;Description
Retrieves a list of channels.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 |
| channel_name The name of the channel. | VARCHAR |
| channel_storage Where channel data is stored. | STRUCT( |
Show child fields
| |
| creation_time When the channel was created. | TIMESTAMP_S |
| last_message_arrival_time The last time when a new message arrived in the channel. IoT Analytics updates this value at most once per minute for one channel. Hence, the lastMessageArrivalTime value is an approximation. This feature only applies to messages that arrived in the data store after October 23, 2020. | TIMESTAMP_S |
| last_update_time The last time the channel was updated. | TIMESTAMP_S |
| status The status of the channel. | VARCHAR |