Skip to main content

entities_list_only

Lists entities in a region or regions, for all properties use entities

Overview

Nameentities_list_only
TypeResource
DescriptionResource schema for AWS::IoTTwinMaker::Entity
Idaws.iottwinmaker.entities_list_only

Fields

NameDatatypeDescription
entity_idstringThe ID of the entity.
workspace_idstringThe ID of the workspace.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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