Amazon IoT Core · Example Payload

Amazon Iot Core Example

Device ManagementIoTMQTTMessage Routing

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

Top-level fields

thingNamethingIdthingArnthingTypeNameattributesversionbillingGroupNamedefaultClientIdshadowcertificatespoliciesthingGroups

Example Payload

Raw ↑
{
  "thingName": "example-resource",
  "thingId": "id-abc123",
  "thingArn": "arn:aws:iot:us-east-1:123456789012:thing/example",
  "thingTypeName": "example-resource",
  "attributes": {},
  "version": 80,
  "billingGroupName": "example-resource",
  "defaultClientId": "id-abc123",
  "shadow": "example-value",
  "certificates": [
    "example-value",
    "example-value"
  ],
  "policies": [
    "example-value"
  ],
  "thingGroups": [
    "example-value"
  ]
}