scenes
Retrieves a list of scenes
in a region
Overview
Name | scenes |
Type | Resource |
Description | scenes |
Id | awscc.iottwinmaker.scenes |
Fields
Name | Datatype | Description |
---|---|---|
workspace_id | string | The ID of the scene. |
scene_id | string | The ID of the scene. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
workspace_id,
scene_id
FROM awscc.iottwinmaker.scenes
WHERE region = 'us-east-1'
Permissions
To operate on the scenes
resource, the following permissions are required:
Create
iottwinmaker:CreateScene,
iottwinmaker:GetScene,
iottwinmaker:GetWorkspace,
iottwinmaker:ListTagsForResource,
iottwinmaker:TagResource
List
iottwinmaker:GetWorkspace,
iottwinmaker:ListTagsForResource,
iottwinmaker:ListScenes