Amazon IoT Greengrass · JSON Structure

Iot Greengrass Deployment Io T Job Configuration Structure

Contains information about an IoT job configuration.

Type: object Properties: 3
Edge ComputingIoTLambdaMachine LearningReal-Time Processing

DeploymentIoTJobConfiguration is a JSON Structure definition published by Amazon IoT Greengrass, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

jobExecutionsRolloutConfig abortConfig timeoutConfig

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-greengrass/refs/heads/main/json-structure/iot-greengrass-deployment-io-t-job-configuration-structure.json",
  "name": "DeploymentIoTJobConfiguration",
  "description": "Contains information about an IoT job configuration.",
  "type": "object",
  "properties": {
    "jobExecutionsRolloutConfig": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IoTJobExecutionsRolloutConfig"
        },
        {
          "description": "The rollout configuration for the job. This configuration defines the rate at which the job rolls out to the fleet of target devices."
        }
      ]
    },
    "abortConfig": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IoTJobAbortConfig"
        },
        {
          "description": "The stop configuration for the job. This configuration defines when and how to stop a job rollout."
        }
      ]
    },
    "timeoutConfig": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IoTJobTimeoutConfig"
        },
        {
          "description": "The timeout configuration for the job. This configuration defines the amount of time each device has to complete the job."
        }
      ]
    }
  }
}