aws.iottwinmaker.get_scene
Example SQL Queries
SELECT * FROMaws.iottwinmaker.get_sceneWHERE"workspace_id" = 'VALUE'AND "scene_id" = 'VALUE';Description
Retrieves information about a scene.
Table Definition
| Column Name | Column Data Type |
|---|---|
| scene_id Required Input Column The ID of the scene. | VARCHAR |
| workspace_id Required Input Column The ID of the workspace that contains the scene. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn The ARN of the scene. | VARCHAR |
| capabilities A list of capabilities that the scene uses to render. | VARCHAR[] |
Show child fields
| |
| content_location The relative path that specifies the location of the content definition file. | VARCHAR |
| creation_date_time The date and time when the scene was created. | TIMESTAMP_S |
| description The description of the scene. | VARCHAR |
| error The SceneResponse error. | STRUCT( |
Show child fields
| |
| generated_scene_metadata The generated scene metadata. | MAP(VARCHAR, VARCHAR) |
| scene_metadata The response metadata. | MAP(VARCHAR, VARCHAR) |
| update_date_time The date and time when the scene was last updated. | TIMESTAMP_S |