InputDecryptionSettings

Settings for decrypting any input files that you encrypt before you upload them to Amazon S3. MediaConvert can decrypt files only when you use AWS Key Management Service (KMS) to encrypt the data key that you use to encrypt your content.

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
DecryptionMode object
EncryptedDecryptionKey object
InitializationVector object
KmsKeyRegion object
View JSON Schema on GitHub

JSON Schema

mediaconvert-api-input-decryption-settings-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-input-decryption-settings-schema.json",
  "title": "InputDecryptionSettings",
  "description": "Settings for decrypting any input files that you encrypt before you upload them to Amazon S3. MediaConvert can decrypt files only when you use AWS Key Management Service (KMS) to encrypt the data key that you use to encrypt your content.",
  "type": "object",
  "properties": {
    "DecryptionMode": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DecryptionMode"
        },
        {
          "xml": {
            "name": "decryptionMode"
          },
          "description": "Specify the encryption mode that you used to encrypt your input files."
        }
      ]
    },
    "EncryptedDecryptionKey": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__stringMin24Max512PatternAZaZ0902"
        },
        {
          "xml": {
            "name": "encryptedDecryptionKey"
          },
          "description": "Warning! Don't provide your encryption key in plaintext. Your job settings could be intercepted, making your encrypted content vulnerable. Specify the encrypted version of the data key that you used to encrypt your content. The data key must be encrypted by AWS Key Management Service (KMS). The key can be 128, 192, or 256 bits."
        }
      ]
    },
    "InitializationVector": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__stringMin16Max24PatternAZaZ0922AZaZ0916"
        },
        {
          "xml": {
            "name": "initializationVector"
          },
          "description": "Specify the initialization vector that you used when you encrypted your content before uploading it to Amazon S3. You can use a 16-byte initialization vector with any encryption mode. Or, you can use a 12-byte initialization vector with GCM or CTR. MediaConvert accepts only initialization vectors that are base64-encoded."
        }
      ]
    },
    "KmsKeyRegion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__stringMin9Max19PatternAZ26EastWestCentralNorthSouthEastWest1912"
        },
        {
          "xml": {
            "name": "kmsKeyRegion"
          },
          "description": "Specify the AWS Region for AWS Key Management Service (KMS) that you used to encrypt your data key, if that Region is different from the one you are using for AWS Elemental MediaConvert."
        }
      ]
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/mediaconvert-api-input-decryption-settings"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.