Amazon IoT Core · JSON Structure

Iot Core Associate Targets With Job Response Structure

AssociateTargetsWithJobResponse schema

Type: object Properties: 3
Device ManagementIoTMQTTMessage Routing

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

Properties

jobArn jobId description

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-core/refs/heads/main/json-structure/iot-core-associate-targets-with-job-response-structure.json",
  "name": "AssociateTargetsWithJobResponse",
  "description": "AssociateTargetsWithJobResponse schema",
  "type": "object",
  "properties": {
    "jobArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JobArn"
        },
        {
          "description": "An ARN identifying the job."
        }
      ]
    },
    "jobId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JobId"
        },
        {
          "description": "The unique identifier you assigned to this job when it was created."
        }
      ]
    },
    "description": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JobDescription"
        },
        {
          "description": "A short text description of the job."
        }
      ]
    }
  }
}