Amazon IoT Greengrass · Example Payload

Iot Greengrass Installed Component Example

Edge ComputingIoTLambdaMachine LearningReal-Time Processing

Iot Greengrass Installed Component Example is an example object payload from Amazon IoT Greengrass, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

componentNamecomponentVersionlifecycleStatelifecycleStateDetailsisRootlastStatusChangeTimestamplastReportedTimestamplastInstallationSourcelifecycleStatusCodes

Example Payload

Raw ↑
{
  "componentName": "example-resource",
  "componentVersion": "example-value",
  "lifecycleState": "example-value",
  "lifecycleStateDetails": "example-value",
  "isRoot": "example-value",
  "lastStatusChangeTimestamp": "ACTIVE",
  "lastReportedTimestamp": "2025-03-15T14:30:00Z",
  "lastInstallationSource": "example-value",
  "lifecycleStatusCodes": "ACTIVE"
}