Amazon Deadline Cloud · JSON Structure

Fleet Structure

A compute fleet in a render farm providing worker capacity for jobs.

Type: typedMap Properties: 0
ComputeMediaRenderingVisual Effects

Fleet Structure is a JSON Structure definition published by Amazon Deadline Cloud. 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://api-evangelist.github.io/amazon-deadline-cloud/json-structure/fleet-structure.json",
  "title": "Fleet",
  "description": "A compute fleet in a render farm providing worker capacity for jobs.",
  "type": "typedMap",
  "fields": {
    "fleetId": {
      "type": "str",
      "description": "The unique identifier of the fleet"
    },
    "farmId": {
      "type": "str",
      "description": "farmId"
    },
    "displayName": {
      "type": "str",
      "description": "displayName"
    },
    "status": {
      "type": "str",
      "description": "status"
    },
    "workerCount": {
      "type": "int",
      "description": "workerCount"
    },
    "roleArn": {
      "type": "str",
      "description": "The ARN of the IAM role for the fleet"
    },
    "createdAt": {
      "type": "str",
      "description": "createdAt"
    }
  }
}