Amazon MediaConvert · JSON Structure

Mediaconvert Api Create Queue Response Structure

CreateQueueResponse schema from Amazon MediaConvert API

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

CreateQueueResponse is a JSON Structure definition published by Amazon MediaConvert, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Queue

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-create-queue-response-structure.json",
  "name": "CreateQueueResponse",
  "type": "object",
  "description": "CreateQueueResponse schema from Amazon MediaConvert API",
  "properties": {
    "Queue": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Queue"
        },
        {
          "xml": {
            "name": "queue"
          },
          "description": "You can use queues to manage the resources that are available to your AWS account for running multiple transcoding jobs at the same time. If you don't specify a queue, the service sends all jobs through the default queue. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-queues.html."
        }
      ]
    }
  }
}