scenes_list_only
Lists scenes in a region or regions, for all properties use scenes
Overview
| Name | scenes_list_only |
| Type | Resource |
| Description | Resource schema for AWS::IoTTwinMaker::Scene |
| Id | aws.iottwinmaker.scenes_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
scene_id | string | The ID of the scene. |
workspace_id | string | The ID of the scene. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all scenes in a region.
SELECT
region,
workspace_id,
scene_id
FROM aws.iottwinmaker.scenes_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the scenes_list_only resource, see scenes