Amazon IoT FleetWise · JSON Structure

Iot Fleetwise Timestream Config Structure

The Amazon Timestream table where the Amazon Web Services IoT FleetWise campaign sends data. Timestream stores and organizes data to optimize query processing time and to reduce storage costs. For more information, see Data modeling in the Amazon Timestream Developer Guide.

Type: object Properties: 2 Required: 2
AutomotiveConnected VehiclesIoTTelematicsVehicle Data

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

Properties

timestreamTableArn executionRoleArn

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-timestream-config-structure.json",
  "name": "TimestreamConfig",
  "description": "The Amazon Timestream table where the Amazon Web Services IoT FleetWise campaign sends data. Timestream stores and organizes data to optimize query processing time and to reduce storage costs. For more information, see <a href=\"https://docs.aws.amazon.com/timestream/latest/developerguide/data-modeling.html\">Data modeling</a> in the <i>Amazon Timestream Developer Guide</i>.",
  "type": "object",
  "properties": {
    "timestreamTableArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TimestreamTableArn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the Amazon Timestream table."
        }
      ]
    },
    "executionRoleArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IAMRoleArn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the task execution role that grants Amazon Web Services IoT FleetWise permission to deliver data to the Amazon Timestream table."
        }
      ]
    }
  },
  "required": [
    "timestreamTableArn",
    "executionRoleArn"
  ]
}