aws.iotthingsgraph.get_entities
Example SQL Queries
SELECT * FROMaws.iotthingsgraph.get_entitiesWHERE"ids" = 'VALUE';Description
Gets definitions of the specified entities. Uses the latest version of the user's namespace by default. This API returns the following TDM entities.
Properties
States
Events
Actions
Capabilities
Mappings
Devices
Device Models
Services
This action doesn't return definitions for systems, flows, and deployments.
Table Definition
| Column Name | Column Data Type |
|---|---|
| ids Required Input Column An array of entity IDs. The IDs should be in the following format. urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME | VARCHAR[] |
Show child fields
| |
| namespace_version Input Column The version of the user's namespace. Defaults to the latest version of the user's namespace. | BIGINT |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| descriptions An array of descriptions for the specified entities. | STRUCT( |
Show child fields
| |