aws.iot.list_streams
Example SQL Queries
SELECT * FROMaws.iot.list_streams;Description
Lists all of the streams in your Amazon Web Services account.
Requires permission to access the ListStreams action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| ascending_order Input Column Set to true to return the list of streams in ascending order. | BOOLEAN |
| _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 |
| description A description of the stream. | VARCHAR |
| stream_arn The stream ARN. | VARCHAR |
| stream_id The stream ID. | VARCHAR |
| stream_version The stream version. | BIGINT |