aws-cloudformation-user-guide icon indicating copy to clipboard operation
aws-cloudformation-user-guide copied to clipboard

Document allowed values for MediaPackage HlsEncryption

Open ramytamer opened this issue 3 years ago • 0 comments

Issue #, if available: The MediaPackage PackagingConfiguration for Hls (HlsEncryption) is missing how to configure the EncryptionMethod (whether to use AES 128-bit or Sample AES).

Description of changes: I was working on a Cloudformation stack to create new PackagingConfiguration for HLS when I got this error:

image

I didn't find any mention in the documentation of an enum or allowed values for the EncryptionMethod. Hence, I tinkered around with Chrome Devtools and React Debugger and found these allowed values:

image

image

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

ramytamer avatar Apr 23 '22 04:04 ramytamer