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. |
arn | string | The ARN of the scene. |
description | string | The description of the scene. |
content_location | string | The relative path that specifies the location of the content definition file. |
creation_date_time | string | The date and time when the scene was created. |
update_date_time | string | The date and time of the current update. |
tags | object | A key-value pair to associate with a resource. |
workspace_id | string | The ID of the scene. |
capabilities | array | A list of capabilities that the scene uses to render. |
scene_metadata | object | A key-value pair of scene metadata for the scene. |
generated_scene_metadata | object | A key-value pair of generated scene metadata for 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