source_location_tags
Expands all tag keys and values for source_locations
in a region
Overview
Name | source_location_tags |
Type | Resource |
Description | Definition of AWS::MediaTailor::SourceLocation Resource Type |
Id | aws.mediatailor.source_location_tags |
Fields
Name | Datatype | Description |
---|---|---|
access_configuration | object | Access configuration parameters. |
arn | string | The ARN of the source location. |
default_segment_delivery_configuration | object | 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_configuration | object | The HTTP configuration for the source location. |
segment_delivery_configurations | array | A list of the segment delivery configurations associated with this resource. |
source_location_name | string | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all source_locations
in a region.
SELECT
region,
access_configuration,
arn,
default_segment_delivery_configuration,
http_configuration,
segment_delivery_configurations,
source_location_name,
tag_key,
tag_value
FROM aws.mediatailor.source_location_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the source_location_tags
resource, see source_locations