Amazon MediaConvert · JSON Structure

Mediaconvert Api Decryption Mode Structure

Specify the encryption mode that you used to encrypt your input files.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

DecryptionMode is a JSON Structure definition published by Amazon MediaConvert. 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-mediaconvert/refs/heads/main/json-structure/mediaconvert-api-decryption-mode-structure.json",
  "name": "DecryptionMode",
  "type": "string",
  "description": "Specify the encryption mode that you used to encrypt your input files.",
  "enum": [
    "AES_CTR",
    "AES_CBC",
    "AES_GCM"
  ]
}