AWS::MediaPackageV2::OriginEndpoint EncryptionMethod - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::MediaPackageV2::OriginEndpoint EncryptionMethod

The encryption method associated with the origin endpoint.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "CmafEncryptionMethod" : String, "IsmEncryptionMethod" : String, "TsEncryptionMethod" : String }

Properties

CmafEncryptionMethod

The encryption method to use.

Required: No

Type: String

Allowed values: CENC | CBCS

Update 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: CENC

Update requires: No interruption

TsEncryptionMethod

The encryption method to use.

Required: No

Type: String

Allowed values: AES_128 | SAMPLE_AES

Update requires: No interruption