1.1.0 • Published 7 years ago

lulo-plugin-elastictranscoder-preset v1.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

lulo Elastic Transcoder Preset

lulo Elastic Transcoder Preset creates an Amazon Elastic Trancoder Preset.

lulo Elastic Transcoder Preset is a lulo plugin

Installation

$ npm install lulo-plugin-elastictranscoder-preset --save

NOTE: This resource does not support updates! Any changes are ignored.

Usage

Properties

See the AWS SDK Documentation for ElasticTranscoder::createPreset

Return Values

When the logical ID of this resource is provided to the Ref intrinsic function, Ref returns the Id of the Preset.

{ "Ref": "Preset" }

Required IAM Permissions

The Custom Resource Lambda requires the following permissions for this plugin to work:

{
   "Effect": "Allow",
   "Action": [
       "elastictranscoder:CreatePreset",
       "elastictranscoder:DeletePreset",
       "iam:PassRole"
   ],
   "Resource": "*"
}

License

The MIT License (MIT)

Change Log

Change Log