scene
Gets an individual scene
resource
Overview
Name | scene |
Type | Resource |
Description | scene |
Id | awscc.iottwinmaker.scene |
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. |
tags | object | A key-value pair to associate with a resource. |
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. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
scene_id,
arn,
description,
content_location,
creation_date_time,
update_date_time,
tags,
workspace_id,
capabilities,
scene_metadata,
generated_scene_metadata
FROM awscc.iottwinmaker.scene
WHERE data__Identifier = '<WorkspaceId>|<SceneId>';
Permissions
To operate on the scene
resource, the following permissions are required:
Read
iottwinmaker:GetWorkspace,
iottwinmaker:GetScene,
iottwinmaker:ListTagsForResource
Update
iottwinmaker:GetScene,
iottwinmaker:GetWorkspace,
iottwinmaker:ListTagsForResource,
iottwinmaker:TagResource,
iottwinmaker:UntagResource,
iottwinmaker:UpdateScene
Delete
iottwinmaker:DeleteScene,
iottwinmaker:GetScene,
iottwinmaker:GetWorkspace