vod_sources_list_only
Lists vod_sources
in a region or regions, for all properties use vod_sources
Overview
Name | vod_sources_list_only |
Type | Resource |
Description | Definition of AWS::MediaTailor::VodSource Resource Type |
Id | aws.mediatailor.vod_sources_list_only |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The ARN of the VOD source. |
http_package_configurations | array | A list of HTTP package configuration parameters for this VOD source. |
source_location_name | string | |
tags | array | The tags to assign to the VOD source. |
vod_source_name | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all vod_sources
in a region.
SELECT
region,
source_location_name,
vod_source_name
FROM aws.mediatailor.vod_sources_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the vod_sources_list_only
resource, see vod_sources