entity_tags
Expands all tag keys and values for entities
in a region
Overview
Name | entity_tags |
Type | Resource |
Description | Resource schema for AWS::IoTTwinMaker::Entity |
Id | aws.iottwinmaker.entity_tags |
Fields
Name | Datatype | Description |
---|---|---|
entity_id | string | The ID of the entity. |
entity_name | string | The name of the entity. |
status | object | The current status of the entity. |
has_child_entities | boolean | A Boolean value that specifies whether the entity has child entities or not. |
parent_entity_id | string | The ID of the parent entity. |
arn | string | The ARN of the entity. |
description | string | The description of the entity. |
creation_date_time | string | The date and time when the entity was created. |
update_date_time | string | The last date and time when the entity was updated. |
workspace_id | string | The ID of the workspace. |
components | object | A map that sets information about a component type. |
composite_components | object | A map that sets information about a composite component. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all entities
in a region.
SELECT
region,
entity_id,
entity_name,
status,
has_child_entities,
parent_entity_id,
arn,
description,
creation_date_time,
update_date_time,
workspace_id,
components,
composite_components,
tag_key,
tag_value
FROM aws.iottwinmaker.entity_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the entity_tags
resource, see entities