This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
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:IntegerSpekeKeyProvider: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 0to 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