Amazon MediaPackage · JSON Structure

Mediapackage Api Encryption Method Structure

EncryptionMethod schema from Amazon MediaPackage API

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

EncryptionMethod is a JSON Structure definition published by Amazon MediaPackage. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediapackage/refs/heads/main/json-structure/mediapackage-api-encryption-method-structure.json",
  "name": "EncryptionMethod",
  "type": "string",
  "description": "EncryptionMethod schema from Amazon MediaPackage API",
  "enum": [
    "AES_128",
    "SAMPLE_AES"
  ]
}