Skip to main content

scene_tags

Expands all tag keys and values for scenes in a region

Overview

Namescene_tags
TypeResource
DescriptionResource schema for AWS::IoTTwinMaker::Scene
Idaws.iottwinmaker.scene_tags

Fields

NameDatatypeDescription
scene_idstringThe ID of the scene.
arnstringThe ARN of the scene.
descriptionstringThe description of the scene.
content_locationstringThe relative path that specifies the location of the content definition file.
creation_date_timestringThe date and time when the scene was created.
update_date_timestringThe date and time of the current update.
workspace_idstringThe ID of the scene.
capabilitiesarrayA list of capabilities that the scene uses to render.
scene_metadataobjectA key-value pair of scene metadata for the scene.
generated_scene_metadataobjectA key-value pair of generated scene metadata for the scene.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all scenes in a region.

SELECT
region,
scene_id,
arn,
description,
content_location,
creation_date_time,
update_date_time,
workspace_id,
capabilities,
scene_metadata,
generated_scene_metadata,
tag_key,
tag_value
FROM aws.iottwinmaker.scene_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the scene_tags resource, see scenes