ContentKeyPeriodConfiguration
The configuration that controls the content key period timing information that MediaPackage signals to your DRM key provider.
Contents
- ContentKeyPeriodTiming
-
Specifies what timing information MediaPackage signals in the
ContentKeyPeriodto your DRM key provider. If you don't specify a value, the default isINDEX_ONLY. Signaling start and end times (START_END_ONLYorINDEX_WITH_START_END) also requires key rotation to be enabled.The allowed values are:
-
INDEX_ONLY- Signals only the content key index. This is the default and matches the current behavior. It's supported for both SPEKE Version 2.0 and 2.1. -
START_END_ONLY- Signals only the start and end times the key is used for. RequiresSpekeVersionV2_1. -
INDEX_WITH_START_END- Signals both the content key index and the start and end times the key is used for. RequiresSpekeVersionV2_1.
Type: String
Valid Values:
INDEX_ONLY | START_END_ONLY | INDEX_WITH_START_ENDRequired: No
-
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: