AWS::MediaPackage::OriginEndpoint DashEncryption
Holds encryption information so that access to the content can be controlled by a DRM solution.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "KeyRotationIntervalSeconds" :
Integer
, "SpekeKeyProvider" :SpekeKeyProvider
}
YAML
KeyRotationIntervalSeconds:
Integer
SpekeKeyProvider:SpekeKeyProvider
Properties
KeyRotationIntervalSeconds
-
Number of seconds before AWS Elemental MediaPackage rotates to a new key. By default, rotation is set to 60 seconds. Set to
0
to disable key rotation.Required: No
Type: Integer
Update requires: No interruption
SpekeKeyProvider
-
Parameters for the SPEKE key provider.
Required: Yes
Type: SpekeKeyProvider
Update requires: No interruption