live_sources_list_only
Lists live_sources
in a region or regions, for all properties use live_sources
Overview
Name | live_sources_list_only |
Type | Resource |
Description | Definition of AWS::MediaTailor::LiveSource Resource Type |
Id | aws.mediatailor.live_sources_list_only |
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 | |
tags | array | The tags to assign to the live source. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all live_sources
in a region.
SELECT
region,
live_source_name,
source_location_name
FROM aws.mediatailor.live_sources_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the live_sources_list_only
resource, see live_sources