aws.ivs.list_stream_sessions
Example SQL Queries
SELECT * FROMaws.ivs.list_stream_sessionsWHERE"channel_arn" = 'VALUE';Description
Gets a summary of current and previous streams for a specified channel in your account, in the AWS region where the API request is processed.
Table Definition
| Column Name | Column Data Type |
|---|---|
| channel_arn Required Input Column Channel ARN used to filter the list. | VARCHAR |
| max_results Input Column Maximum number of streams to return. Default: 100. | BIGINT |
| next_token Input Column If there are more streams than maxResults, use nextToken in the request to get the next set. | 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 |
| stream_sessions List of stream sessions. | STRUCT( |
Show child fields
| |