Create Queue Response

Response after creating a queue.

ComputeMediaRenderingVisual Effects

Properties

Name Type Description
queueId string
View JSON Schema on GitHub

JSON Schema

create-queue-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/amazon-deadline-cloud/json-schema/create-queue-response-schema.json",
  "title": "Create Queue Response",
  "description": "Response after creating a queue.",
  "type": "object",
  "properties": {
    "queueId": {
      "type": "string"
    }
  }
}