Amazon IoT Greengrass · Example Payload

Iot Greengrass Component Deployment Specification Example

Edge ComputingIoTLambdaMachine LearningReal-Time Processing

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

Top-level fields

componentVersionconfigurationUpdaterunWith

Example Payload

Raw ↑
{
  "componentVersion": "example-value",
  "configurationUpdate": "example-value",
  "runWith": "example-value"
}