lulo-plugin-elastictranscoder-preset

1.1.0 • Public • Published

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

Dependencies (0)

    Dev Dependencies (12)

    Package Sidebar

    Install

    npm i lulo-plugin-elastictranscoder-preset

    Weekly Downloads

    2

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    13.5 kB

    Total Files

    9

    Last publish

    Collaborators

    • polythene