Amazon IoT TwinMaker · Example Payload

Iot Twinmaker Get Sync Job Response Example

3D VisualizationDigital TwinIndustrial IoTIoT

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

Top-level fields

arnworkspaceIdsyncSourcesyncRolestatuscreationDateTimeupdateDateTime

Example Payload

Raw ↑
{
  "arn": "arn:aws:iot:us-east-1:123456789012:thing/example",
  "workspaceId": "id-abc123",
  "syncSource": "example-value",
  "syncRole": "example-value",
  "status": "ACTIVE",
  "creationDateTime": "2025-03-15T14:30:00Z",
  "updateDateTime": "2025-03-15T14:30:00Z"
}