live_source_tags
Expands all tag keys and values for live_sources
in a region
Overview
Name | live_source_tags |
Type | Resource |
Description | Definition of AWS::MediaTailor::LiveSource Resource Type |
Id | aws.mediatailor.live_source_tags |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The ARN of the live source. |
http_package_configurations | array | A list of HTTP package configuration parameters for this live source. |
live_source_name | string | |
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 live_sources
in a region.
SELECT
region,
arn,
http_package_configurations,
live_source_name,
source_location_name,
tag_key,
tag_value
FROM aws.mediatailor.live_source_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the live_source_tags
resource, see live_sources