aws.mediatailor.list_vod_sources
Example SQL Queries
SELECT * FROMaws.mediatailor.list_vod_sourcesWHERE"source_location_name" = 'VALUE';Description
Lists the VOD 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 that the VOD source is associated with. | 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 VOD source. | VARCHAR |
| creation_time The timestamp that indicates when the VOD source was created. | TIMESTAMP_S |
| http_package_configurations The HTTP package configurations for the VOD source. | STRUCT( |
Show child fields
| |
| last_modified_time The timestamp that indicates when the VOD source was last modified. | TIMESTAMP_S |
| tags The tags assigned to the VOD 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) |
| vod_source_name The name of the VOD source. | VARCHAR |