Amazon IoT Core · Schema

Amazon IoT Core Thing Definition

Schema defining the structure of an Amazon IoT Core thing resource, including attributes, thing type, thing group membership, certificates, and shadow state.

AWSDevice ManagementIoTMQTTMessage Routing

Properties

Name Type Description
thingName string The name of the thing.
thingId string The unique identifier of the thing.
thingArn string The ARN of the thing.
thingTypeName string The name of the thing type, if assigned.
attributes object A list of thing attributes as name-value pairs.
version integer The current version of the thing record.
billingGroupName string The name of the billing group the thing belongs to.
defaultClientId string The default MQTT client ID.
shadow object
certificates array Certificates attached to the thing.
policies array Policies attached to the thing's certificates.
thingGroups array The thing groups the thing belongs to.
View JSON Schema on GitHub