Amazon IoT Greengrass · JSON Structure

Iot Greengrass Io T Job Abort Config Structure

Contains a list of criteria that define when and how to cancel a configuration deployment.

Type: object Properties: 1 Required: 1
Edge ComputingIoTLambdaMachine LearningReal-Time Processing

IoTJobAbortConfig is a JSON Structure definition published by Amazon IoT Greengrass, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

criteriaList

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-io-t-job-abort-config-structure.json",
  "name": "IoTJobAbortConfig",
  "description": "Contains a list of criteria that define when and how to cancel a configuration deployment.",
  "type": "object",
  "properties": {
    "criteriaList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IoTJobAbortCriteriaList"
        },
        {
          "description": "The list of criteria that define when and how to cancel the configuration deployment."
        }
      ]
    }
  },
  "required": [
    "criteriaList"
  ]
}