AWS::MediaPackageV2::OriginEndpoint Encryption
A collection of video encryption presets.
Value description:
-
PRESET-VIDEO-1
- Use one content key to encrypt all of the video tracks in your stream. -
PRESET-VIDEO-2
- Use one content key to encrypt all of the SD video tracks and one content key for all HD and higher resolutions video tracks. -
PRESET-VIDEO-3
- Use one content key to encrypt all of the SD video tracks, one content key for HD video tracks and one content key for all UHD video tracks. -
PRESET-VIDEO-4
- Use one content key to encrypt all of the SD video tracks, one content key for HD video tracks, one content key for all UHD1 video tracks and one content key for all UHD2 video tracks. -
PRESET-VIDEO-5
- Use one content key to encrypt all of the SD video tracks, one content key for HD1 video tracks, one content key for HD2 video tracks, one content key for all UHD1 video tracks and one content key for all UHD2 video tracks. -
PRESET-VIDEO-6
- Use one content key to encrypt all of the SD video tracks, one content key for HD1 video tracks, one content key for HD2 video tracks and one content key for all UHD video tracks. -
PRESET-VIDEO-7
- Use one content key to encrypt all of the SD+HD1 video tracks, one content key for HD2 video tracks and one content key for all UHD video tracks. -
PRESET-VIDEO-8
- Use one content key to encrypt all of the SD+HD1 video tracks, one content key for HD2 video tracks, one content key for all UHD1 video tracks and one content key for all UHD2 video tracks. -
SHARED
- Use the same content key for all of the video and audio tracks in your stream. -
UNENCRYPTED
- Don't encrypt any of the video tracks in your stream.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ConstantInitializationVector" :
String
, "EncryptionMethod" :EncryptionMethod
, "KeyRotationIntervalSeconds" :Integer
, "SpekeKeyProvider" :SpekeKeyProvider
}
YAML
ConstantInitializationVector:
String
EncryptionMethod:EncryptionMethod
KeyRotationIntervalSeconds:Integer
SpekeKeyProvider:SpekeKeyProvider
Properties
ConstantInitializationVector
-
A 128-bit, 16-byte hex value represented by a 32-character string, used in conjunction with the key for encrypting content. If you don't specify a value, then MediaPackage creates the constant initialization vector (IV).
Required: No
Type: String
Pattern:
^[0-9a-fA-F]+$
Minimum:
32
Maximum:
32
Update requires: No interruption
EncryptionMethod
-
The encryption method to use.
Required: Yes
Type: EncryptionMethod
Update requires: No interruption
KeyRotationIntervalSeconds
-
The interval, in seconds, to rotate encryption keys for the origin endpoint.
Required: No
Type: Integer
Minimum:
300
Maximum:
31536000
Update requires: No interruption
SpekeKeyProvider
-
The SPEKE key provider to use for encryption.
Required: Yes
Type: SpekeKeyProvider
Update requires: No interruption