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 |
|---|---|---|
source_location_name | string | |
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