entities_list_only
Lists entities
in a region or regions, for all properties use entities
Overview
Name | entities_list_only |
Type | Resource |
Description | Resource schema for AWS::IoTTwinMaker::Entity |
Id | aws.iottwinmaker.entities_list_only |
Fields
Name | Datatype | Description |
---|---|---|
entity_id | string | The ID of the entity. |
workspace_id | string | The ID of the workspace. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all entities
in a region.
SELECT
region,
workspace_id,
entity_id
FROM aws.iottwinmaker.entities_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the entities_list_only
resource, see entities