IoT TwinMaker Entity

IoT TwinMaker Entity in AWS represents a digital twin component that models real-world systems, such as equipment, processes, or environments. An entity can include properties, components, and relationships that define its behavior and connections to other entities. It allows users to build a virtual representation of physical assets, enabling monitoring, simulation, and analysis within IoT TwinMaker applications.

aws.iottwinmaker_entity

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
are_all_components_returnedcoreboolThis flag notes whether all components are returned in the API response. The maximum number of components returned is 30.
arncorestringThe ARN of the entity.
componentscorestringAn object that maps strings to the components in the entity. Each string in the mapping must be unique to this object.
creation_date_timecoretimestampThe date and time when the entity was created.
descriptioncorestringThe description of the entity.
entity_idcorestringThe ID of the entity.
entity_namecorestringThe name of the entity.
has_child_entitiescoreboolA Boolean value that specifies whether the entity has associated child entities.
parent_entity_idcorestringThe ID of the parent entity for this entity.
statuscorejsonThe current status of the entity.
sync_sourcecorestringThe syncSource of the sync job, if this entity was created by a sync job.
tagscorehstore
update_date_timecoretimestampThe date and time when the entity was last updated.
workspace_idcorestringThe ID of the workspace.