AWS AWSCloudFormation documentation change
Summary
Added IsmEncryptionMethod property with CENC encryption support for Microsoft Smooth Streaming content
Security assessment
Documents new encryption method option for content protection, but does not address any specific security vulnerability or incident. Enhances security feature documentation rather than fixing an issue.
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-properties-mediapackagev2-originendpoint-encryptionmethod.md b/AWSCloudFormation/latest/TemplateReference/aws-properties-mediapackagev2-originendpoint-encryptionmethod.md index 8d7368787..65d01c54f 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-properties-mediapackagev2-originendpoint-encryptionmethod.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-properties-mediapackagev2-originendpoint-encryptionmethod.md @@ -19,0 +20 @@ To declare this entity in your AWS CloudFormation template, use the following sy + "IsmEncryptionMethod" : String, @@ -27,0 +29 @@ To declare this entity in your AWS CloudFormation template, use the following sy + IsmEncryptionMethod: String @@ -45,0 +48,13 @@ _Required_ : No +`IsmEncryptionMethod` + + +The encryption method used for Microsoft Smooth Streaming (MSS) content. This specifies how the MSS segments are encrypted to protect the content during delivery to client players. + +_Required_ : No + + _Type_ : String + + _Allowed values_ : `CENC` + + _Update requires_ : [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) +