Amazon IoT TwinMaker · Example Payload

Iot Twinmaker Create Entity Request Example

example-value

example-value

Iot Twinmaker Create Entity Request Example is an example object payload from Amazon IoT TwinMaker, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

entityIdentityNamedescriptioncomponentsparentEntityIdtags

Example Payload

Raw ↑
{
  "entityId": "id-abc123",
  "entityName": "example-resource",
  "description": "example-value",
  "components": "example-value",
  "parentEntityId": "id-abc123",
  "tags": "example-value"
}