aws.iottwinmaker.list_scenes
Example SQL Queries
SELECT * FROMaws.iottwinmaker.list_scenesWHERE"workspace_id" = 'VALUE';Description
Lists all scenes in a workspace.
Table Definition
| Column Name | Column Data Type |
|---|---|
| workspace_id Required Input Column The ID of the workspace that contains the scenes. | VARCHAR |
| max_results Input Column Specifies the maximum number of results to display. | BIGINT |
| next_token Input Column The string that specifies the next page of results. | 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 |
| scene_summaries A list of objects that contain information about the scenes. | STRUCT( |
Show child fields
| |