Amazon IoT FleetWise · JSON Structure

Iot Fleetwise Timestream Resources Structure

The registered Amazon Timestream resources that Amazon Web Services IoT FleetWise edge agent software can transfer your vehicle data to.

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

TimestreamResources 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

timestreamDatabaseName timestreamTableName

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-resources-structure.json",
  "name": "TimestreamResources",
  "description": "The registered Amazon Timestream resources that Amazon Web Services IoT FleetWise edge agent software can transfer your vehicle data to.",
  "type": "object",
  "properties": {
    "timestreamDatabaseName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TimestreamDatabaseName"
        },
        {
          "description": "The name of the registered Amazon Timestream database."
        }
      ]
    },
    "timestreamTableName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TimestreamTableName"
        },
        {
          "description": "The name of the registered Amazon Timestream database table."
        }
      ]
    }
  },
  "required": [
    "timestreamDatabaseName",
    "timestreamTableName"
  ]
}