Amazon IoT Core · Example Payload

Iot Core Describe Thing Type Response Example

Device ManagementIoTMQTTMessage Routing

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

Top-level fields

thingTypeNamethingTypeIdthingTypeArnthingTypePropertiesthingTypeMetadata

Example Payload

Raw ↑
{
  "thingTypeName": "example-resource",
  "thingTypeId": "id-abc123",
  "thingTypeArn": "arn:aws:iot:us-east-1:123456789012:thing/example",
  "thingTypeProperties": "example-value",
  "thingTypeMetadata": "example-value"
}