live_sources
Retrieves a list of live_sources
in a region
Overview
Name | live_sources |
Type | Resource |
Description | live_sources |
Id | awscc.mediatailor.live_sources |
Fields
Name | Datatype | Description |
---|---|---|
live_source_name | string | |
source_location_name | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
live_source_name,
source_location_name
FROM awscc.mediatailor.live_sources
WHERE region = 'us-east-1'
Permissions
To operate on the live_sources
resource, the following permissions are required:
Create
mediatailor:CreateLiveSource,
mediatailor:DescribeLiveSource,
mediatailor:TagResource
List
mediatailor:ListLiveSources