aws.medialive.describe_thumbnails
Example SQL Queries
SELECT * FROMaws.medialive.describe_thumbnailsWHERE"thumbnail_type" = 'VALUE'AND "pipeline_id" = 'VALUE'AND "channel_id" = 'VALUE';Description
Describe the latest thumbnails data.
Table Definition
| Column Name | Column Data Type |
|---|---|
| channel_id Required Input Column Unique ID of the channel | VARCHAR |
| pipeline_id Required Input Column Pipeline ID ("0" or "1") | VARCHAR |
| thumbnail_type Required Input Column thumbnail type | 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 |
| thumbnail_details Placeholder documentation for __listOfThumbnailDetail | STRUCT( |
Show child fields
| |