aws.mediatailor.describe_live_source
Example SQL Queries
SELECT * FROMaws.mediatailor.describe_live_sourceWHERE"live_source_name" = 'VALUE'AND "source_location_name" = 'VALUE';Description
The live source to describe.
Table Definition
| Column Name | Column Data Type |
|---|---|
| live_source_name Required Input Column The name of the live source. | VARCHAR |
| source_location_name Required Input Column The name of the source location associated with the live source. | 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
| |
| arn The ARN of the live source. | VARCHAR |
| creation_time The timestamp that indicates when the live source was created. | TIMESTAMP_S |
| http_package_configurations The HTTP package configurations. | STRUCT( |
Show child fields
| |
| last_modified_time The timestamp that indicates when the live source was modified. | TIMESTAMP_S |
| tags The tags assigned to the live source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources. | MAP(VARCHAR, VARCHAR) |