aws.iottwinmaker.get_entity
Example SQL Queries
SELECT * FROMaws.iottwinmaker.get_entityWHERE"workspace_id" = 'VALUE'AND "entity_id" = 'VALUE';Description
Retrieves information about an entity.
Table Definition
| Column Name | Column Data Type |
|---|---|
| entity_id Required Input Column The ID of the entity. | VARCHAR |
| workspace_id Required Input Column The ID of the workspace. | VARCHAR |
| _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 |
| are_all_components_returned This flag notes whether all components are returned in the API response. The maximum number of components returned is 30. | BOOLEAN |
| arn The ARN of the entity. | VARCHAR |
| components An object that maps strings to the components in the entity. Each string in the mapping must be unique to this object. | MAP(VARCHAR, STRUCT( |
| creation_date_time The date and time when the entity was created. | TIMESTAMP_S |
| description The description of the entity. | VARCHAR |
| entity_name The name of the entity. | VARCHAR |
| has_child_entities A Boolean value that specifies whether the entity has associated child entities. | BOOLEAN |
| parent_entity_id The ID of the parent entity for this entity. | VARCHAR |
| status The current status of the entity. | STRUCT( |
Show child fields
| |
| sync_source The syncSource of the sync job, if this entity was created by a sync job. | VARCHAR |
| update_date_time The date and time when the entity was last updated. | TIMESTAMP_S |