workspaces
Retrieves a list of workspaces
in a region
Overview
Name | workspaces |
Type | Resource |
Description | workspaces |
Id | awscc.iottwinmaker.workspaces |
Fields
Name | Datatype | Description |
---|---|---|
workspace_id | string | The ID of the workspace. |
region | string | AWS 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