aws.kinesisvideo.describe_signaling_channel
Example SQL Queries
SELECT * FROMaws.kinesisvideo.describe_signaling_channel;Description
Returns the most current information about the signaling channel. You must specify either the name or the Amazon Resource Name (ARN) of the channel that you want to describe.
Table Definition
| Column Name | Column Data Type |
|---|---|
| channel_arn Input Column The ARN of the signaling channel that you want to describe. | VARCHAR |
| channel_name Input Column The name of the signaling channel that you want to describe. | 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 |
| channel_info A structure that encapsulates the specified signaling channel's metadata and properties. | STRUCT( |
Show child fields
| |