live_source
Gets an individual live_source
resource
Overview
Name | live_source |
Type | Resource |
Description | live_source |
Id | awscc.mediatailor.live_source |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | <p>The ARN of the live source.</p> |
http_package_configurations | array | <p>A list of HTTP package configuration parameters for this live source.</p> |
live_source_name | string | |
source_location_name | string | |
tags | array | The tags to assign to the live source. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn,
http_package_configurations,
live_source_name,
source_location_name,
tags
FROM awscc.mediatailor.live_source
WHERE data__Identifier = '<LiveSourceName>|<SourceLocationName>';
Permissions
To operate on the live_source
resource, the following permissions are required:
Read
mediatailor:DescribeLiveSource
Update
mediatailor:UpdateLiveSource,
mediatailor:DescribeLiveSource,
mediatailor:TagResource,
mediatailor:UntagResource
Delete
mediatailor:DeleteLiveSource,
mediatailor:DescribeLiveSource