Skip to main content

workspaces

Retrieves a list of workspaces in a region

Overview

Nameworkspaces
TypeResource
Descriptionworkspaces
Idawscc.iottwinmaker.workspaces

Fields

NameDatatypeDescription
workspace_idstringThe ID of the workspace.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
workspace_id
FROM awscc.iottwinmaker.workspaces
WHERE region = 'us-east-1'

Permissions

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

Create

iam:PassRole,
iottwinmaker:CreateWorkspace,
iottwinmaker:GetWorkspace,
iottwinmaker:ListTagsForResource,
iottwinmaker:TagResource

List

iottwinmaker:GetWorkspace,
iottwinmaker:ListTagsForResource,
iottwinmaker:ListWorkspaces