HlsKeyProviderType

Specify whether your DRM encryption key is static or from a key provider that follows the SPEKE standard. For more information about SPEKE, see https://docs.aws.amazon.com/speke/latest/documentation/what-is-speke.html.

BroadcastingMedia ProcessingMedia
View JSON Schema on GitHub

JSON Schema

mediaconvert-api-hls-key-provider-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconvert/refs/heads/main/json-schema/mediaconvert-api-hls-key-provider-type-schema.json",
  "title": "HlsKeyProviderType",
  "description": "Specify whether your DRM encryption key is static or from a key provider that follows the SPEKE standard. For more information about SPEKE, see https://docs.aws.amazon.com/speke/latest/documentation/what-is-speke.html.",
  "type": "string",
  "enum": [
    "SPEKE",
    "STATIC_KEY"
  ]
}