Amazon FreeRTOS · Example Payload

Amazon Freertos Ota File Example

Embedded SystemsIoTMicrocontrollersRTOS

Amazon Freertos Ota File Example is an example object payload from Amazon FreeRTOS, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

fileNamefileVersionfileLocationcodeSigningfileType

Example Payload

Raw ↑
{
  "fileName": "firmware.bin",
  "fileVersion": "2.0.0",
  "fileLocation": {
    "s3Location": {
      "bucket": "my-ota-bucket",
      "key": "freertos/firmware-v2.0.0.bin",
      "version": "abc123"
    }
  },
  "codeSigning": {
    "startSigningJobParameter": {
      "signingProfileName": "freertos-signing-profile"
    }
  },
  "fileType": 0
}