lulo-plugin-elastictranscoder-pipeline

2.0.0 • Public • Published

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": "*"
}

License

The MIT License (MIT)

Change Log

Change Log

Dependencies (0)

    Dev Dependencies (14)

    Package Sidebar

    Install

    npm i lulo-plugin-elastictranscoder-pipeline

    Weekly Downloads

    1

    Version

    2.0.0

    License

    MIT

    Unpacked Size

    32.6 kB

    Total Files

    13

    Last publish

    Collaborators

    • polythene