Amazon MediaConvert · JSON Structure

Mediaconvert Api Input Policy Structure

An input policy allows or disallows a job you submit to run based on the conditions that you specify.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

InputPolicy 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-input-policy-structure.json",
  "name": "InputPolicy",
  "type": "string",
  "description": "An input policy allows or disallows a job you submit to run based on the conditions that you specify.",
  "enum": [
    "ALLOWED",
    "DISALLOWED"
  ]
}