Skip to main content

source_locations_list_only

Lists source_locations in a region or regions, for all properties use source_locations

Overview

Namesource_locations_list_only
TypeResource
DescriptionDefinition of AWS::MediaTailor::SourceLocation Resource Type
Idaws.mediatailor.source_locations_list_only

Fields

NameDatatypeDescription
access_configurationobject

Access configuration parameters.

arnstring

The ARN of the source location.

default_segment_delivery_configurationobject

The optional configuration for a server that serves segments. Use this if you want the segment delivery server to be different from the source location server. For example, you can configure your source location server to be an origination server, such as MediaPackage, and the segment delivery server to be a content delivery network (CDN), such as CloudFront. If you don't specify a segment delivery server, then the source location server is used.

http_configurationobject

The HTTP configuration for the source location.

segment_delivery_configurationsarray

A list of the segment delivery configurations associated with this resource.

source_location_namestring
tagsarrayThe tags to assign to the source location.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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