Skip to main content

scenes_list_only

Lists scenes in a region or regions, for all properties use scenes

Overview

Namescenes_list_only
TypeResource
DescriptionResource schema for AWS::IoTTwinMaker::Scene
Idaws.iottwinmaker.scenes_list_only

Fields

NameDatatypeDescription
scene_idstringThe ID of the scene.
workspace_idstringThe ID of the scene.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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