aws.kinesisvideo.list_signaling_channels
Example SQL Queries
SELECT * FROMaws.kinesisvideo.list_signaling_channels;Description
Returns an array of ChannelInfo objects. Each object describes a signaling channel. To retrieve only those channels that satisfy a specific condition, you can specify a ChannelNameCondition.
Table Definition
| Column Name | Column Data Type |
|---|---|
| channel_name_condition Input Column Optional: Returns only the channels that satisfy a specific condition. | 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 The Amazon Resource Name (ARN) of the signaling channel. | VARCHAR |
| channel_name The name of the signaling channel. | VARCHAR |
| channel_status Current status of the signaling channel. | VARCHAR |
| channel_type The type of the signaling channel. | VARCHAR |
| creation_time The time at which the signaling channel was created. | TIMESTAMP_S |
| single_master_configuration A structure that contains the configuration for the SINGLE_MASTER channel type. | STRUCT( |
Show child fields
| |
| version The current version of the signaling channel. | VARCHAR |