source_locations_list_only
Lists source_locations
in a region or regions, for all properties use source_locations
Overview
Name | source_locations_list_only |
Type | Resource |
Description | Definition of AWS::MediaTailor::SourceLocation Resource Type |
Id | aws.mediatailor.source_locations_list_only |
Fields
Name | Datatype | Description |
---|---|---|
source_location_name | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all source_locations
in a region.
SELECT
region,
source_location_name
FROM aws.mediatailor.source_locations_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the source_locations_list_only
resource, see source_locations