Amazon IoT Greengrass · JSON Structure

Iot Greengrass Batch Associate Client Device With Core Device Request Structure

BatchAssociateClientDeviceWithCoreDeviceRequest schema

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

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

Properties

entries

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-batch-associate-client-device-with-core-device-request-structure.json",
  "name": "BatchAssociateClientDeviceWithCoreDeviceRequest",
  "description": "BatchAssociateClientDeviceWithCoreDeviceRequest schema",
  "type": "object",
  "properties": {
    "entries": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AssociateClientDeviceWithCoreDeviceEntryList"
        },
        {
          "description": "The list of client devices to associate."
        }
      ]
    }
  }
}