Amazon IoT FleetWise · JSON Structure

Iot Fleetwise Data Destination Config Structure

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.

Type: object Properties: 2
AutomotiveConnected VehiclesIoTTelematicsVehicle Data

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

Properties

s3Config timestreamConfig

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-config-structure.json",
  "name": "DataDestinationConfig",
  "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.",
  "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."
        }
      ]
    }
  }
}