Skip to main content

entities

Retrieves a list of entities in a region

Overview

Nameentities
TypeResource
Descriptionentities
Idawscc.iottwinmaker.entities

Fields

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

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
workspace_id,
entity_id
FROM awscc.iottwinmaker.entities
WHERE region = 'us-east-1'

Permissions

To operate on the entities resource, the following permissions are required:

Create

iottwinmaker:GetWorkspace,
iottwinmaker:CreateEntity,
iottwinmaker:GetEntity,
iottwinmaker:ListComponents,
iottwinmaker:ListProperties,
iottwinmaker:ListTagsForResource,
iottwinmaker:TagResource

List

iottwinmaker:GetWorkspace,
iottwinmaker:ListTagsForResource,
iottwinmaker:GetEntity,
iottwinmaker:ListEntities