Amazon IoT FleetWise · JSON Structure

Iot Fleetwise Register Account Request Structure

RegisterAccountRequest schema

Type: object Properties: 2
AutomotiveConnected VehiclesIoTTelematicsVehicle Data

RegisterAccountRequest 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

timestreamResources iamResources

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-register-account-request-structure.json",
  "name": "RegisterAccountRequest",
  "description": "RegisterAccountRequest schema",
  "type": "object",
  "properties": {
    "timestreamResources": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TimestreamResources"
        },
        {
          "deprecated": true,
          "description": "Amazon Timestream metadata is now passed in the CreateCampaign API."
        }
      ]
    },
    "iamResources": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IamResources"
        },
        {
          "deprecated": true,
          "description": "The IAM resource that allows Amazon Web Services IoT FleetWise to send data to Amazon Timestream.iamResources is no longer used or needed as input"
        }
      ]
    }
  }
}