lulo-plugin-elastictranscoder-pipeline
v2.0.0
Published
lulo Elastic Transcoder Pipeline creates an Amazon Elastic Trancoder Pipeline.
Downloads
3
Maintainers
Readme
lulo Elastic Transcoder Pipeline
lulo Elastic Transcoder Pipeline creates an Amazon Elastic Trancoder Pipeline.
lulo Elastic Transcoder Pipeline is a lulo plugin
Installation
$ npm install lulo-plugin-elastictranscoder-pipeline --save
Usage
Properties
See the AWS SDK Documentation for ElasticTranscoder::createPipeline
Return Values
When the logical ID of this resource is provided to the Ref intrinsic function, Ref returns the Id of the Pipeline.
{ "Ref": "Pipeline" }
Arn
{ "Fn::GetAtt: ["Pipeline", "Arn"] }"
Returns the Pipeline Arn
Required IAM Permissions
The Custom Resource Lambda requires the following permissions for this plugin to work:
{
"Effect": "Allow",
"Action": [
"elastictranscoder:CreatePipeline",
"elastictranscoder:DeletePipeline",
"elastictranscoder:UpdatePipeline",
"elastictranscoder:UpdatePipelineNotifications",
"elastictranscoder:UpdatePipelineStatus",
"iam:PassRole"
],
"Resource": "*"
}