Amazon IoT FleetWise · JSON Structure

Iot Fleetwise Data Destination Configs Structure

DataDestinationConfigs schema

Type: array Properties: 0
AutomotiveConnected VehiclesIoTTelematicsVehicle Data

DataDestinationConfigs is a JSON Structure definition published by Amazon IoT FleetWise. 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-fleetwise/refs/heads/main/json-structure/iot-fleetwise-data-destination-configs-structure.json",
  "name": "DataDestinationConfigs",
  "description": "DataDestinationConfigs schema",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "s3Config": {
        "allOf": [
          {
            "$ref": "#/components/schemas/S3Config"
          },
          {
            "description": "The Amazon S3 bucket where the Amazon Web Services IoT FleetWise campaign sends data."
          }
        ]
      },
      "timestreamConfig": {
        "allOf": [
          {
            "$ref": "#/components/schemas/TimestreamConfig"
          },
          {
            "description": "The Amazon Timestream table where the campaign sends data."
          }
        ]
      }
    },
    "description": "The destination where the Amazon Web Services IoT FleetWise campaign sends data. You can send data to be stored in Amazon S3 or Amazon Timestream."
  }
}