Amazon IoT Greengrass · Example Payload

Iot Greengrass Get Core Device Response Example

example-value

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

Top-level fields

coreDeviceThingNamecoreVersionplatformarchitecturestatuslastStatusUpdateTimestamptags

Example Payload

Raw ↑
{
  "coreDeviceThingName": "example-resource",
  "coreVersion": "example-value",
  "platform": "example-value",
  "architecture": "example-value",
  "status": "ACTIVE",
  "lastStatusUpdateTimestamp": "ACTIVE",
  "tags": "example-value"
}