Amazon IoT Greengrass · Example Payload

Iot Greengrass Effective Deployment Example

example-value

Edge ComputingIoTLambdaMachine LearningReal-Time Processing

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

Top-level fields

deploymentIddeploymentNameiotJobIdiotJobArndescriptiontargetArncoreDeviceExecutionStatusreasoncreationTimestampmodifiedTimestampstatusDetails

Example Payload

Raw ↑
{
  "deploymentId": "id-abc123",
  "deploymentName": "example-resource",
  "iotJobId": "id-abc123",
  "iotJobArn": "arn:aws:iot:us-east-1:123456789012:thing/example",
  "description": "example-value",
  "targetArn": "arn:aws:iot:us-east-1:123456789012:thing/example",
  "coreDeviceExecutionStatus": "ACTIVE",
  "reason": "example-value",
  "creationTimestamp": "2025-03-15T14:30:00Z",
  "modifiedTimestamp": "2025-03-15T14:30:00Z",
  "statusDetails": "ACTIVE"
}