lulo Elastic Transcoder Preset creates an Amazon Elastic Trancoder Preset.
npm install lulo-plugin-elastictranscoder-presetlulo Elastic Transcoder Preset creates an Amazon Elastic Trancoder Preset.
lulo Elastic Transcoder Preset is a lulo plugin
$ npm install lulo-plugin-elastictranscoder-preset --save
`NOTE:
This resource does not support updates! Any changes are ignored.
Usage
$3
See the AWS SDK Documentation for ElasticTranscoder::createPreset$3
When the logical ID of this resource is provided to the Ref intrinsic function, Ref returns the Id of the Preset.{ "Ref": "Preset" }$3
The Custom Resource Lambda requires the following permissions for this plugin to work:
`
{
"Effect": "Allow",
"Action": [
"elastictranscoder:CreatePreset",
"elastictranscoder:DeletePreset",
"iam:PassRole"
],
"Resource": "*"
}
``