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