entities
Retrieves a list of entities
in a region
Overview
Name | entities |
Type | Resource |
Description | entities |
Id | awscc.iottwinmaker.entities |
Fields
Name | Datatype | Description |
---|---|---|
workspace_id | string | The ID of the workspace. |
entity_id | string | The ID of the entity. |
region | string | AWS 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