aws.ivs.list_streams
Example SQL Queries
SELECT * FROMaws.ivs.list_streams;Description
Gets summary information about live streams in your account, in the Amazon Web Services region where the API request is processed.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filter_by Input Column Filters the stream list to match the specified criterion. | STRUCT( |
Show child fields
| |
| _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_arn Channel ARN for the stream. | VARCHAR |
| health The stream’s health. | VARCHAR |
| start_time Time of the stream’s start. This is an ISO 8601 timestamp; note that this is returned as a string. | TIMESTAMP_S |
| state The stream’s state. Do not rely on the OFFLINE state, as the API may not return it; instead, a "NotBroadcasting" error will indicate that the stream is not live. | VARCHAR |
| stream_id Unique identifier for a live or previously live stream in the specified channel. | VARCHAR |
| viewer_count A count of concurrent views of the stream. Typically, a new view appears in viewerCount within 15 seconds of when video playback starts and a view is removed from viewerCount within 1 minute of when video playback ends. A value of -1 indicates that the request timed out; in this case, retry. | BIGINT |