customresource-elastictranscoder 0.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,6 @@
1
+ module CustomResource
2
+ module ElasticTranscoder
3
+ # customresource-elastictranscoder version
4
+ VERSION = '0.7.2'
5
+ end
6
+ end
@@ -0,0 +1,672 @@
1
+ {
2
+ "StackId": "arn:aws:cloudformation:us-east-1:795848752257:stack/systest-065-drm/54fd4490-3987-11e4-9477-500150b34cb4",
3
+ "ResponseURL": "https://cloudformation-custom-resource-response-useast1.s3.amazonaws.com/arn%3Aaws%3Acloudformation%3Aus-east-1%3A795848752257%3Astack/systest-065-drm/54fd4490-3987-11e4-9477-500150b34cb4%7CVideoTranscoder%7C97087144-e4e5-4a1e-9237-bfd2acdb6ef8?AWSAccessKeyId=AKIAJNXHFR7P7YGKLDPQ&Expires=1411573449&Signature=6cMrGFB%2B8KgBLJsTWxD3ocoy0nQ%3D",
4
+ "ResourceProperties": {
5
+ "Pipelines": [
6
+ {
7
+ "Notifications": {
8
+ "Completed": "",
9
+ "Warning": "",
10
+ "Progressing": "",
11
+ "Error": ""
12
+ },
13
+ "Input_Bucket": "amplify-systest-video",
14
+ "Role": "arn:aws:iam::795848752257:role/customresource/elastictranscoder/systest-065-drm-VideoTranscoderIAMRole-CS9XTQDSHVPG",
15
+ "Name": "amplify-systest-pipeline",
16
+ "Output_Bucket": "amplify-systest-video-output"
17
+ }
18
+ ],
19
+ "Presets": [
20
+ {
21
+ "Audio": {
22
+ "Channels": "2",
23
+ "Codec_Options": {
24
+ "Profile": "AAC-LC"
25
+ },
26
+ "Bit_Rate": "128",
27
+ "Codec": "AAC",
28
+ "Sample_Rate": "44100"
29
+ },
30
+ "Container": "ts",
31
+ "Name": "amplify-systest-hlsAudio",
32
+ "Description": "amplify-systest-hlsAudio"
33
+ },
34
+ {
35
+ "Container": "ts",
36
+ "Thumbnails": {
37
+ "Format": "png",
38
+ "Sizing_Policy": "ShrinkToFit",
39
+ "Interval": "300",
40
+ "Padding_Policy": "NoPad",
41
+ "Max_Width": "192",
42
+ "Max_Height": "108"
43
+ },
44
+ "Video": {
45
+ "Max_Frame_Rate": "30",
46
+ "Keyframes_Max_Dist": "90",
47
+ "Codec_Options": {
48
+ "Profile": "baseline",
49
+ "MaxReferenceFrames": "1",
50
+ "Level": "3"
51
+ },
52
+ "Sizing_Policy": "ShrinkToFit",
53
+ "Max_Width": "480",
54
+ "Bit_Rate": "340",
55
+ "Codec": "H.264",
56
+ "Max_Height": "270",
57
+ "Frame_Rate": "auto",
58
+ "Watermarks": [
59
+ {
60
+ "Opacity": "100",
61
+ "Horizontal_Align": "Left",
62
+ "Target": "Content",
63
+ "Sizing_Policy": "ShrinkToFit",
64
+ "Max_Width": "10%",
65
+ "Vertical_Align": "Top",
66
+ "Vertical_Offset": "10%",
67
+ "Max_Height": "10%",
68
+ "Horizontal_Offset": "10%",
69
+ "Id": "TopLeft"
70
+ },
71
+ {
72
+ "Opacity": "100",
73
+ "Horizontal_Align": "Right",
74
+ "Target": "Content",
75
+ "Sizing_Policy": "ShrinkToFit",
76
+ "Max_Width": "10%",
77
+ "Vertical_Align": "Top",
78
+ "Vertical_Offset": "10%",
79
+ "Max_Height": "10%",
80
+ "Horizontal_Offset": "10%",
81
+ "Id": "TopRight"
82
+ },
83
+ {
84
+ "Opacity": "100",
85
+ "Horizontal_Align": "Left",
86
+ "Target": "Content",
87
+ "Sizing_Policy": "ShrinkToFit",
88
+ "Max_Width": "10%",
89
+ "Vertical_Align": "Bottom",
90
+ "Vertical_Offset": "10%",
91
+ "Max_Height": "10%",
92
+ "Horizontal_Offset": "10%",
93
+ "Id": "BottomLeft"
94
+ },
95
+ {
96
+ "Opacity": "100",
97
+ "Horizontal_Align": "Right",
98
+ "Target": "Content",
99
+ "Sizing_Policy": "ShrinkToFit",
100
+ "Max_Width": "10%",
101
+ "Vertical_Align": "Bottom",
102
+ "Vertical_Offset": "10%",
103
+ "Max_Height": "10%",
104
+ "Horizontal_Offset": "10%",
105
+ "Id": "BottomRight"
106
+ }
107
+ ],
108
+ "Padding_Policy": "NoPad",
109
+ "Fixed_Gop": "true",
110
+ "Display_Aspect_Ratio": "auto"
111
+ },
112
+ "Description": "amplify-systest-hls0400k",
113
+ "Audio": {
114
+ "Channels": "2",
115
+ "Codec_Options": {
116
+ "Profile": "AAC-LC"
117
+ },
118
+ "Bit_Rate": "128",
119
+ "Codec": "AAC",
120
+ "Sample_Rate": "44100"
121
+ },
122
+ "Name": "amplify-systest-hls0400k"
123
+ },
124
+ {
125
+ "Container": "ts",
126
+ "Thumbnails": {
127
+ "Format": "png",
128
+ "Sizing_Policy": "ShrinkToFit",
129
+ "Interval": "300",
130
+ "Padding_Policy": "NoPad",
131
+ "Max_Width": "192",
132
+ "Max_Height": "108"
133
+ },
134
+ "Video": {
135
+ "Max_Frame_Rate": "30",
136
+ "Keyframes_Max_Dist": "90",
137
+ "Codec_Options": {
138
+ "Profile": "baseline",
139
+ "MaxReferenceFrames": "3",
140
+ "Level": "3"
141
+ },
142
+ "Sizing_Policy": "ShrinkToFit",
143
+ "Max_Width": "480",
144
+ "Bit_Rate": "650",
145
+ "Codec": "H.264",
146
+ "Max_Height": "270",
147
+ "Frame_Rate": "auto",
148
+ "Watermarks": [
149
+ {
150
+ "Opacity": "100",
151
+ "Horizontal_Align": "Left",
152
+ "Target": "Content",
153
+ "Sizing_Policy": "ShrinkToFit",
154
+ "Max_Width": "10%",
155
+ "Vertical_Align": "Top",
156
+ "Vertical_Offset": "10%",
157
+ "Max_Height": "10%",
158
+ "Horizontal_Offset": "10%",
159
+ "Id": "TopLeft"
160
+ },
161
+ {
162
+ "Opacity": "100",
163
+ "Horizontal_Align": "Right",
164
+ "Target": "Content",
165
+ "Sizing_Policy": "ShrinkToFit",
166
+ "Max_Width": "10%",
167
+ "Vertical_Align": "Top",
168
+ "Vertical_Offset": "10%",
169
+ "Max_Height": "10%",
170
+ "Horizontal_Offset": "10%",
171
+ "Id": "TopRight"
172
+ },
173
+ {
174
+ "Opacity": "100",
175
+ "Horizontal_Align": "Left",
176
+ "Target": "Content",
177
+ "Sizing_Policy": "ShrinkToFit",
178
+ "Max_Width": "10%",
179
+ "Vertical_Align": "Bottom",
180
+ "Vertical_Offset": "10%",
181
+ "Max_Height": "10%",
182
+ "Horizontal_Offset": "10%",
183
+ "Id": "BottomLeft"
184
+ },
185
+ {
186
+ "Opacity": "100",
187
+ "Horizontal_Align": "Right",
188
+ "Target": "Content",
189
+ "Sizing_Policy": "ShrinkToFit",
190
+ "Max_Width": "10%",
191
+ "Vertical_Align": "Bottom",
192
+ "Vertical_Offset": "10%",
193
+ "Max_Height": "10%",
194
+ "Horizontal_Offset": "10%",
195
+ "Id": "BottomRight"
196
+ }
197
+ ],
198
+ "Padding_Policy": "NoPad",
199
+ "Fixed_Gop": "true",
200
+ "Display_Aspect_Ratio": "auto"
201
+ },
202
+ "Description": "amplify-systest-hls0600k",
203
+ "Audio": {
204
+ "Channels": "2",
205
+ "Codec_Options": {
206
+ "Profile": "AAC-LC"
207
+ },
208
+ "Bit_Rate": "128",
209
+ "Codec": "AAC",
210
+ "Sample_Rate": "44100"
211
+ },
212
+ "Name": "amplify-systest-hls0600k"
213
+ },
214
+ {
215
+ "Container": "ts",
216
+ "Thumbnails": {
217
+ "Format": "png",
218
+ "Sizing_Policy": "ShrinkToFit",
219
+ "Interval": "300",
220
+ "Padding_Policy": "NoPad",
221
+ "Max_Width": "192",
222
+ "Max_Height": "108"
223
+ },
224
+ "Video": {
225
+ "Max_Frame_Rate": "30",
226
+ "Keyframes_Max_Dist": "90",
227
+ "Codec_Options": {
228
+ "Profile": "main",
229
+ "MaxReferenceFrames": "3",
230
+ "Level": "3.1"
231
+ },
232
+ "Sizing_Policy": "ShrinkToFit",
233
+ "Max_Width": "640",
234
+ "Bit_Rate": "872",
235
+ "Codec": "H.264",
236
+ "Max_Height": "360",
237
+ "Frame_Rate": "auto",
238
+ "Watermarks": [
239
+ {
240
+ "Opacity": "100",
241
+ "Horizontal_Align": "Left",
242
+ "Target": "Content",
243
+ "Sizing_Policy": "ShrinkToFit",
244
+ "Max_Width": "10%",
245
+ "Vertical_Align": "Top",
246
+ "Vertical_Offset": "10%",
247
+ "Max_Height": "10%",
248
+ "Horizontal_Offset": "10%",
249
+ "Id": "TopLeft"
250
+ },
251
+ {
252
+ "Opacity": "100",
253
+ "Horizontal_Align": "Right",
254
+ "Target": "Content",
255
+ "Sizing_Policy": "ShrinkToFit",
256
+ "Max_Width": "10%",
257
+ "Vertical_Align": "Top",
258
+ "Vertical_Offset": "10%",
259
+ "Max_Height": "10%",
260
+ "Horizontal_Offset": "10%",
261
+ "Id": "TopRight"
262
+ },
263
+ {
264
+ "Opacity": "100",
265
+ "Horizontal_Align": "Left",
266
+ "Target": "Content",
267
+ "Sizing_Policy": "ShrinkToFit",
268
+ "Max_Width": "10%",
269
+ "Vertical_Align": "Bottom",
270
+ "Vertical_Offset": "10%",
271
+ "Max_Height": "10%",
272
+ "Horizontal_Offset": "10%",
273
+ "Id": "BottomLeft"
274
+ },
275
+ {
276
+ "Opacity": "100",
277
+ "Horizontal_Align": "Right",
278
+ "Target": "Content",
279
+ "Sizing_Policy": "ShrinkToFit",
280
+ "Max_Width": "10%",
281
+ "Vertical_Align": "Bottom",
282
+ "Vertical_Offset": "10%",
283
+ "Max_Height": "10%",
284
+ "Horizontal_Offset": "10%",
285
+ "Id": "BottomRight"
286
+ }
287
+ ],
288
+ "Padding_Policy": "NoPad",
289
+ "Fixed_Gop": "true",
290
+ "Display_Aspect_Ratio": "auto"
291
+ },
292
+ "Description": "amplify-systest-hls0800k",
293
+ "Audio": {
294
+ "Channels": "2",
295
+ "Codec_Options": {
296
+ "Profile": "AAC-LC"
297
+ },
298
+ "Bit_Rate": "128",
299
+ "Codec": "AAC",
300
+ "Sample_Rate": "44100"
301
+ },
302
+ "Name": "amplify-systest-hls0800k"
303
+ },
304
+ {
305
+ "Container": "ts",
306
+ "Thumbnails": {
307
+ "Format": "png",
308
+ "Sizing_Policy": "ShrinkToFit",
309
+ "Interval": "300",
310
+ "Padding_Policy": "NoPad",
311
+ "Max_Width": "192",
312
+ "Max_Height": "108"
313
+ },
314
+ "Video": {
315
+ "Max_Frame_Rate": "30",
316
+ "Keyframes_Max_Dist": "90",
317
+ "Codec_Options": {
318
+ "Profile": "main",
319
+ "MaxReferenceFrames": "3",
320
+ "Level": "3.1"
321
+ },
322
+ "Sizing_Policy": "ShrinkToFit",
323
+ "Max_Width": "640",
324
+ "Bit_Rate": "1372",
325
+ "Codec": "H.264",
326
+ "Max_Height": "360",
327
+ "Frame_Rate": "auto",
328
+ "Watermarks": [
329
+ {
330
+ "Opacity": "100",
331
+ "Horizontal_Align": "Left",
332
+ "Target": "Content",
333
+ "Sizing_Policy": "ShrinkToFit",
334
+ "Max_Width": "10%",
335
+ "Vertical_Align": "Top",
336
+ "Vertical_Offset": "10%",
337
+ "Max_Height": "10%",
338
+ "Horizontal_Offset": "10%",
339
+ "Id": "TopLeft"
340
+ },
341
+ {
342
+ "Opacity": "100",
343
+ "Horizontal_Align": "Right",
344
+ "Target": "Content",
345
+ "Sizing_Policy": "ShrinkToFit",
346
+ "Max_Width": "10%",
347
+ "Vertical_Align": "Top",
348
+ "Vertical_Offset": "10%",
349
+ "Max_Height": "10%",
350
+ "Horizontal_Offset": "10%",
351
+ "Id": "TopRight"
352
+ },
353
+ {
354
+ "Opacity": "100",
355
+ "Horizontal_Align": "Left",
356
+ "Target": "Content",
357
+ "Sizing_Policy": "ShrinkToFit",
358
+ "Max_Width": "10%",
359
+ "Vertical_Align": "Bottom",
360
+ "Vertical_Offset": "10%",
361
+ "Max_Height": "10%",
362
+ "Horizontal_Offset": "10%",
363
+ "Id": "BottomLeft"
364
+ },
365
+ {
366
+ "Opacity": "100",
367
+ "Horizontal_Align": "Right",
368
+ "Target": "Content",
369
+ "Sizing_Policy": "ShrinkToFit",
370
+ "Max_Width": "10%",
371
+ "Vertical_Align": "Bottom",
372
+ "Vertical_Offset": "10%",
373
+ "Max_Height": "10%",
374
+ "Horizontal_Offset": "10%",
375
+ "Id": "BottomRight"
376
+ }
377
+ ],
378
+ "Padding_Policy": "NoPad",
379
+ "Fixed_Gop": "true",
380
+ "Display_Aspect_Ratio": "auto"
381
+ },
382
+ "Description": "amplify-systest-hls1000k",
383
+ "Audio": {
384
+ "Channels": "2",
385
+ "Codec_Options": {
386
+ "Profile": "AAC-LC"
387
+ },
388
+ "Bit_Rate": "128",
389
+ "Codec": "AAC",
390
+ "Sample_Rate": "44100"
391
+ },
392
+ "Name": "amplify-systest-hls1000k"
393
+ },
394
+ {
395
+ "Container": "ts",
396
+ "Thumbnails": {
397
+ "Format": "png",
398
+ "Sizing_Policy": "ShrinkToFit",
399
+ "Interval": "300",
400
+ "Padding_Policy": "NoPad",
401
+ "Max_Width": "192",
402
+ "Max_Height": "108"
403
+ },
404
+ "Video": {
405
+ "Max_Frame_Rate": "30",
406
+ "Keyframes_Max_Dist": "90",
407
+ "Codec_Options": {
408
+ "Profile": "main",
409
+ "MaxReferenceFrames": "3",
410
+ "Level": "3.1"
411
+ },
412
+ "Sizing_Policy": "ShrinkToFit",
413
+ "Max_Width": "960",
414
+ "Bit_Rate": "1536",
415
+ "Codec": "H.264",
416
+ "Max_Height": "540",
417
+ "Frame_Rate": "auto",
418
+ "Watermarks": [
419
+ {
420
+ "Opacity": "100",
421
+ "Horizontal_Align": "Left",
422
+ "Target": "Content",
423
+ "Sizing_Policy": "ShrinkToFit",
424
+ "Max_Width": "10%",
425
+ "Vertical_Align": "Top",
426
+ "Vertical_Offset": "10%",
427
+ "Max_Height": "10%",
428
+ "Horizontal_Offset": "10%",
429
+ "Id": "TopLeft"
430
+ },
431
+ {
432
+ "Opacity": "100",
433
+ "Horizontal_Align": "Right",
434
+ "Target": "Content",
435
+ "Sizing_Policy": "ShrinkToFit",
436
+ "Max_Width": "10%",
437
+ "Vertical_Align": "Top",
438
+ "Vertical_Offset": "10%",
439
+ "Max_Height": "10%",
440
+ "Horizontal_Offset": "10%",
441
+ "Id": "TopRight"
442
+ },
443
+ {
444
+ "Opacity": "100",
445
+ "Horizontal_Align": "Left",
446
+ "Target": "Content",
447
+ "Sizing_Policy": "ShrinkToFit",
448
+ "Max_Width": "10%",
449
+ "Vertical_Align": "Bottom",
450
+ "Vertical_Offset": "10%",
451
+ "Max_Height": "10%",
452
+ "Horizontal_Offset": "10%",
453
+ "Id": "BottomLeft"
454
+ },
455
+ {
456
+ "Opacity": "100",
457
+ "Horizontal_Align": "Right",
458
+ "Target": "Content",
459
+ "Sizing_Policy": "ShrinkToFit",
460
+ "Max_Width": "10%",
461
+ "Vertical_Align": "Bottom",
462
+ "Vertical_Offset": "10%",
463
+ "Max_Height": "10%",
464
+ "Horizontal_Offset": "10%",
465
+ "Id": "BottomRight"
466
+ }
467
+ ],
468
+ "Padding_Policy": "NoPad",
469
+ "Fixed_Gop": "true",
470
+ "Display_Aspect_Ratio": "auto"
471
+ },
472
+ "Description": "amplify-systest-hls1500k",
473
+ "Audio": {
474
+ "Channels": "2",
475
+ "Codec_Options": {
476
+ "Profile": "AAC-LC"
477
+ },
478
+ "Bit_Rate": "128",
479
+ "Codec": "AAC",
480
+ "Sample_Rate": "44100"
481
+ },
482
+ "Name": "amplify-systest-hls1500k"
483
+ },
484
+ {
485
+ "Container": "ts",
486
+ "Thumbnails": {
487
+ "Format": "png",
488
+ "Sizing_Policy": "ShrinkToFit",
489
+ "Interval": "300",
490
+ "Padding_Policy": "NoPad",
491
+ "Max_Width": "192",
492
+ "Max_Height": "108"
493
+ },
494
+ "Video": {
495
+ "Max_Frame_Rate": "30",
496
+ "Keyframes_Max_Dist": "90",
497
+ "Codec_Options": {
498
+ "Profile": "main",
499
+ "MaxReferenceFrames": "3",
500
+ "Level": "3.1"
501
+ },
502
+ "Sizing_Policy": "ShrinkToFit",
503
+ "Max_Width": "960",
504
+ "Bit_Rate": "2048",
505
+ "Codec": "H.264",
506
+ "Max_Height": "540",
507
+ "Frame_Rate": "auto",
508
+ "Watermarks": [
509
+ {
510
+ "Opacity": "100",
511
+ "Horizontal_Align": "Left",
512
+ "Target": "Content",
513
+ "Sizing_Policy": "ShrinkToFit",
514
+ "Max_Width": "10%",
515
+ "Vertical_Align": "Top",
516
+ "Vertical_Offset": "10%",
517
+ "Max_Height": "10%",
518
+ "Horizontal_Offset": "10%",
519
+ "Id": "TopLeft"
520
+ },
521
+ {
522
+ "Opacity": "100",
523
+ "Horizontal_Align": "Right",
524
+ "Target": "Content",
525
+ "Sizing_Policy": "ShrinkToFit",
526
+ "Max_Width": "10%",
527
+ "Vertical_Align": "Top",
528
+ "Vertical_Offset": "10%",
529
+ "Max_Height": "10%",
530
+ "Horizontal_Offset": "10%",
531
+ "Id": "TopRight"
532
+ },
533
+ {
534
+ "Opacity": "100",
535
+ "Horizontal_Align": "Left",
536
+ "Target": "Content",
537
+ "Sizing_Policy": "ShrinkToFit",
538
+ "Max_Width": "10%",
539
+ "Vertical_Align": "Bottom",
540
+ "Vertical_Offset": "10%",
541
+ "Max_Height": "10%",
542
+ "Horizontal_Offset": "10%",
543
+ "Id": "BottomLeft"
544
+ },
545
+ {
546
+ "Opacity": "100",
547
+ "Horizontal_Align": "Right",
548
+ "Target": "Content",
549
+ "Sizing_Policy": "ShrinkToFit",
550
+ "Max_Width": "10%",
551
+ "Vertical_Align": "Bottom",
552
+ "Vertical_Offset": "10%",
553
+ "Max_Height": "10%",
554
+ "Horizontal_Offset": "10%",
555
+ "Id": "BottomRight"
556
+ }
557
+ ],
558
+ "Padding_Policy": "NoPad",
559
+ "Fixed_Gop": "true",
560
+ "Display_Aspect_Ratio": "auto"
561
+ },
562
+ "Description": "amplify-systest-hls2000k",
563
+ "Audio": {
564
+ "Channels": "2",
565
+ "Codec_Options": {
566
+ "Profile": "AAC-LC"
567
+ },
568
+ "Bit_Rate": "128",
569
+ "Codec": "AAC",
570
+ "Sample_Rate": "44100"
571
+ },
572
+ "Name": "amplify-systest-hls2000k"
573
+ },
574
+ {
575
+ "Container": "ts",
576
+ "Thumbnails": {
577
+ "Format": "png",
578
+ "Sizing_Policy": "ShrinkToFit",
579
+ "Interval": "300",
580
+ "Padding_Policy": "NoPad",
581
+ "Max_Width": "192",
582
+ "Max_Height": "108"
583
+ },
584
+ "Video": {
585
+ "Max_Frame_Rate": "30",
586
+ "Keyframes_Max_Dist": "90",
587
+ "Codec_Options": {
588
+ "Profile": "main",
589
+ "MaxReferenceFrames": "3",
590
+ "Level": "3.1"
591
+ },
592
+ "Sizing_Policy": "ShrinkToFit",
593
+ "Max_Width": "1280",
594
+ "Bit_Rate": "2200",
595
+ "Codec": "H.264",
596
+ "Max_Height": "720",
597
+ "Frame_Rate": "auto",
598
+ "Watermarks": [
599
+ {
600
+ "Opacity": "100",
601
+ "Horizontal_Align": "Left",
602
+ "Target": "Content",
603
+ "Sizing_Policy": "ShrinkToFit",
604
+ "Max_Width": "10%",
605
+ "Vertical_Align": "Top",
606
+ "Vertical_Offset": "10%",
607
+ "Max_Height": "10%",
608
+ "Horizontal_Offset": "10%",
609
+ "Id": "TopLeft"
610
+ },
611
+ {
612
+ "Opacity": "100",
613
+ "Horizontal_Align": "Right",
614
+ "Target": "Content",
615
+ "Sizing_Policy": "ShrinkToFit",
616
+ "Max_Width": "10%",
617
+ "Vertical_Align": "Top",
618
+ "Vertical_Offset": "10%",
619
+ "Max_Height": "10%",
620
+ "Horizontal_Offset": "10%",
621
+ "Id": "TopRight"
622
+ },
623
+ {
624
+ "Opacity": "100",
625
+ "Horizontal_Align": "Left",
626
+ "Target": "Content",
627
+ "Sizing_Policy": "ShrinkToFit",
628
+ "Max_Width": "10%",
629
+ "Vertical_Align": "Bottom",
630
+ "Vertical_Offset": "10%",
631
+ "Max_Height": "10%",
632
+ "Horizontal_Offset": "10%",
633
+ "Id": "BottomLeft"
634
+ },
635
+ {
636
+ "Opacity": "100",
637
+ "Horizontal_Align": "Right",
638
+ "Target": "Content",
639
+ "Sizing_Policy": "ShrinkToFit",
640
+ "Max_Width": "10%",
641
+ "Vertical_Align": "Bottom",
642
+ "Vertical_Offset": "10%",
643
+ "Max_Height": "10%",
644
+ "Horizontal_Offset": "10%",
645
+ "Id": "BottomRight"
646
+ }
647
+ ],
648
+ "Padding_Policy": "NoPad",
649
+ "Fixed_Gop": "true",
650
+ "Display_Aspect_Ratio": "auto"
651
+ },
652
+ "Description": "amplify-systest-hls2500k",
653
+ "Audio": {
654
+ "Channels": "2",
655
+ "Codec_Options": {
656
+ "Profile": "AAC-LC"
657
+ },
658
+ "Bit_Rate": "128",
659
+ "Codec": "AAC",
660
+ "Sample_Rate": "44100"
661
+ },
662
+ "Name": "amplify-systest-hls2500k"
663
+ }
664
+ ],
665
+ "ServiceToken": "arn:aws:sns:us-east-1:795848752257:customresource-elastictranscoder-795848752257-systest"
666
+ },
667
+ "RequestType": "Create",
668
+ "ResourceType": "Custom::ElasticTranscoder",
669
+ "RequestId": "97087144-e4e5-4a1e-9237-bfd2acdb6ef8",
670
+ "TopicArn": "arn:aws:sns:us-east-1:795848752257:customresource-elastictranscoder-795848752257-systest",
671
+ "LogicalResourceId": "VideoTranscoder"
672
+ }