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: objectProperties: 2Required: 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.
{
"$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"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.