aws.mediatailor.list_live_sources
Example SQL Queries
SELECT * FROMaws.mediatailor.list_live_sourcesWHERE"source_location_name" = 'VALUE';Description
Lists the live sources contained in a source location. A source represents a piece of content.
Table Definition
| Column Name | Column Data Type |
|---|---|
| source_location_name Required Input Column The name of the source location. | 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 for 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 for the live source. | STRUCT( |
Show child fields
| |
| last_modified_time The timestamp that indicates when the live source was last modified. | TIMESTAMP_S |
| live_source_name The name that's used to refer to a live source. | VARCHAR |
| 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) |