aws.kinesisvideo.describe_stream
Example SQL Queries
SELECT * FROMaws.kinesisvideo.describe_stream;Description
Returns the most current information about the specified stream. You must specify either the StreamName or the StreamARN.
Table Definition
| Column Name | Column Data Type |
|---|---|
| stream_arn Input Column The Amazon Resource Name (ARN) of the stream. | VARCHAR |
| stream_name Input Column The name of the stream. | 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_info An object that describes the stream. | STRUCT( |
Show child fields
| |