Amazon Deadline Cloud · JSON Structure

Create Fleet Request Structure

Request body for creating a compute fleet.

Type: typedMap Properties: 0
ComputeMediaRenderingVisual Effects

Create Fleet Request 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/create-fleet-request-structure.json",
  "title": "Create Fleet Request",
  "description": "Request body for creating a compute fleet.",
  "type": "typedMap",
  "fields": {
    "displayName": {
      "type": "str",
      "description": "displayName"
    },
    "description": {
      "type": "str",
      "description": "description"
    },
    "roleArn": {
      "type": "str",
      "description": "roleArn"
    },
    "configuration": {
      "type": "map",
      "description": "configuration"
    },
    "minWorkerCount": {
      "type": "int",
      "description": "minWorkerCount"
    },
    "maxWorkerCount": {
      "type": "int",
      "description": "maxWorkerCount"
    }
  }
}