AWS::MediaPackageV2::OriginEndpoint EncryptionMethod
The encryption method associated with the origin endpoint.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CmafEncryptionMethod" :
String
, "TsEncryptionMethod" :String
}
YAML
CmafEncryptionMethod:
String
TsEncryptionMethod:String
Properties
CmafEncryptionMethod
-
The encryption method to use.
Required: No
Type: String
Allowed values:
CENC | CBCS
Update requires: No interruption
TsEncryptionMethod
-
The encryption method to use.
Required: No
Type: String
Allowed values:
AES_128 | SAMPLE_AES
Update requires: No interruption