Amazon IoT Device Defender · JSON Structure

Iot Device Defender Job End Behavior Structure

JobEndBehavior schema

Type: string Properties: 0
ComplianceIoTSecurityVulnerability Management

JobEndBehavior is a JSON Structure definition published by Amazon IoT Device Defender. 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://raw.githubusercontent.com/api-evangelist/amazon-iot-device-defender/refs/heads/main/json-structure/iot-device-defender-job-end-behavior-structure.json",
  "name": "JobEndBehavior",
  "description": "JobEndBehavior schema",
  "type": "string",
  "enum": [
    "STOP_ROLLOUT",
    "CANCEL",
    "FORCE_CANCEL"
  ]
}