Create Fleet Response

Response after creating a fleet.

ComputeMediaRenderingVisual Effects

Properties

Name Type Description
fleetId string
View JSON Schema on GitHub

JSON Schema

create-fleet-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-fleet-response-schema.json",
  "title": "Create Fleet Response",
  "description": "Response after creating a fleet.",
  "type": "object",
  "properties": {
    "fleetId": {
      "type": "string"
    }
  }
}