scene_tags
Expands all tag keys and values for scenes
in a region
Overview
Name | scene_tags |
Type | Resource |
Description | Resource schema for AWS::IoTTwinMaker::Scene |
Id | aws.iottwinmaker.scene_tags |
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. |
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. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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