Skip to main content

scenes

Retrieves a list of scenes in a region

Overview

Namescenes
TypeResource
Descriptionscenes
Idawscc.iottwinmaker.scenes

Fields

NameDatatypeDescription
workspace_idstringThe ID of the scene.
scene_idstringThe ID of the scene.
regionstringAWS 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