This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::MediaPackageV2::OriginEndpoint EncryptionMethod
The encryption method associated with the origin endpoint.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "CmafEncryptionMethod" :String, "IsmEncryptionMethod" :String, "TsEncryptionMethod" :String}
YAML
CmafEncryptionMethod:StringIsmEncryptionMethod:StringTsEncryptionMethod:String
Properties
CmafEncryptionMethod-
The encryption method to use.
Required: No
Type: String
Allowed values:
CENC | CBCSUpdate requires: No interruption
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:
CENCUpdate requires: No interruption
TsEncryptionMethod-
The encryption method to use.
Required: No
Type: String
Allowed values:
AES_128 | SAMPLE_AESUpdate requires: No interruption