Farm

A render farm in Amazon Deadline Cloud that contains queues, fleets, and jobs.

ComputeMediaRenderingVisual Effects

Properties

Name Type Description
farmId string The unique identifier of the render farm
displayName string
description string
kmsKeyArn string The ARN of the KMS key. This ARN uniquely identifies the key.
createdAt string
View JSON Schema on GitHub

JSON Schema

farm-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/amazon-deadline-cloud/json-schema/farm-schema.json",
  "title": "Farm",
  "description": "A render farm in Amazon Deadline Cloud that contains queues, fleets, and jobs.",
  "type": "object",
  "properties": {
    "farmId": {
      "type": "string",
      "description": "The unique identifier of the render farm"
    },
    "displayName": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "kmsKeyArn": {
      "type": "string",
      "description": "The ARN of the KMS key. This ARN uniquely identifies the key."
    },
    "createdAt": {
      "type": "string",
      "format": "date-time"
    }
  }
}