Skip to main content

workspace

Gets an individual workspace resource

Overview

Nameworkspace
TypeResource
Descriptionworkspace
Idawscc.iottwinmaker.workspace

Fields

NameDatatypeDescription
workspace_idstringThe ID of the workspace.
arnstringThe ARN of the workspace.
descriptionstringThe description of the workspace.
rolestringThe ARN of the execution role associated with the workspace.
s3_locationstringThe ARN of the S3 bucket where resources associated with the workspace are stored.
creation_date_timestringThe date and time when the workspace was created.
update_date_timestringThe date and time of the current update.
tagsobjectA map of key-value pairs to associate with a resource.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
workspace_id,
arn,
description,
role,
s3_location,
creation_date_time,
update_date_time,
tags
FROM awscc.iottwinmaker.workspace
WHERE data__Identifier = '<WorkspaceId>';

Permissions

To operate on the workspace resource, the following permissions are required:

Read

iottwinmaker:GetWorkspace,
iottwinmaker:ListTagsForResource

Update

iottwinmaker:GetWorkspace,
iottwinmaker:ListTagsForResource,
iottwinmaker:TagResource,
iottwinmaker:UntagResource,
iottwinmaker:UpdateWorkspace

Delete

iottwinmaker:DeleteWorkspace,
iottwinmaker:GetWorkspace